From 6f663e0c9c27631c05e44ce307242b517c0a75df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Vonheiden?= <bjoern.vonheiden@hotmail.de>
Date: Wed, 25 Aug 2021 17:23:52 +0200
Subject: [PATCH] revert formatting of test execution files of theodolite

---
 .../resources/k8s-resource-files/test-execution-update.yaml | 6 +++---
 .../test/resources/k8s-resource-files/test-execution.yaml   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/theodolite/src/test/resources/k8s-resource-files/test-execution-update.yaml b/theodolite/src/test/resources/k8s-resource-files/test-execution-update.yaml
index 441493ae9..c075702da 100644
--- a/theodolite/src/test/resources/k8s-resource-files/test-execution-update.yaml
+++ b/theodolite/src/test/resources/k8s-resource-files/test-execution-update.yaml
@@ -7,10 +7,10 @@ spec:
   benchmark: "uc1-kstreams-update"
   load:
     loadType: "NumSensors"
-    loadValues: [ 25000, 50000, 75000, 100000, 125000, 150000 ]
+    loadValues: [25000, 50000, 75000, 100000, 125000, 150000]
   resources:
     resourceType: "Instances"
-    resourceValues: [ 1, 2, 3, 4, 5 ]
+    resourceValues: [1, 2, 3, 4, 5]
   slos:
     - sloType: "lag trend"
       prometheusUrl: "http://prometheus-operated:9090"
@@ -26,4 +26,4 @@ spec:
     loadGenerationDelay: 30 # in seconds
     restrictions:
       - "LowerBound"
-  configOverrides: [ ]
+  configOverrides: []
diff --git a/theodolite/src/test/resources/k8s-resource-files/test-execution.yaml b/theodolite/src/test/resources/k8s-resource-files/test-execution.yaml
index cb74b70be..e12c851da 100644
--- a/theodolite/src/test/resources/k8s-resource-files/test-execution.yaml
+++ b/theodolite/src/test/resources/k8s-resource-files/test-execution.yaml
@@ -7,10 +7,10 @@ spec:
   benchmark: "uc1-kstreams"
   load:
     loadType: "NumSensors"
-    loadValues: [ 25000, 50000, 75000, 100000, 125000, 150000 ]
+    loadValues: [25000, 50000, 75000, 100000, 125000, 150000]
   resources:
     resourceType: "Instances"
-    resourceValues: [ 1, 2, 3, 4, 5 ]
+    resourceValues: [1, 2, 3, 4, 5]
   slos:
     - sloType: "lag trend"
       prometheusUrl: "http://prometheus-operated:9090"
@@ -26,4 +26,4 @@ spec:
     loadGenerationDelay: 30 # in seconds
     restrictions:
       - "LowerBound"
-  configOverrides: [ ]
+  configOverrides: []
-- 
GitLab