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 441493ae9213923aa6966d756981f0d1d5bc5a84..c075702da218397352f1dc1e5b283534fbb4d718 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 cb74b70be236a8cb3070dbcd7016416bf9c3003f..e12c851da5d8a79f57b1fa59b86239c219370c0f 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: []