From 7d3fca3b8f20db6236c7da93962a778e50c2404a Mon Sep 17 00:00:00 2001
From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de>
Date: Wed, 24 Feb 2021 13:39:51 +0100
Subject: [PATCH] fix configuration

---
 .../src/main/resources/yaml/testBenchmarkType.yaml |  2 +-
 .../src/main/resources/yaml/testContext.yaml       | 14 ++------------
 2 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/theodolite-quarkus/src/main/resources/yaml/testBenchmarkType.yaml b/theodolite-quarkus/src/main/resources/yaml/testBenchmarkType.yaml
index ee1a808f7..c0d034659 100644
--- a/theodolite-quarkus/src/main/resources/yaml/testBenchmarkType.yaml
+++ b/theodolite-quarkus/src/main/resources/yaml/testBenchmarkType.yaml
@@ -20,7 +20,7 @@ loadTypes:
 kafkaConfig:
   bootstrapSever: "localhost:31290"
   topics:
-    - name: "test"
+    - name: "input"
       partition: "1"
       replication: "1"
 zookeeperConfig:
diff --git a/theodolite-quarkus/src/main/resources/yaml/testContext.yaml b/theodolite-quarkus/src/main/resources/yaml/testContext.yaml
index 5d3f39320..4b71fde46 100644
--- a/theodolite-quarkus/src/main/resources/yaml/testContext.yaml
+++ b/theodolite-quarkus/src/main/resources/yaml/testContext.yaml
@@ -7,24 +7,17 @@ load:
 resources:
   resourceType: "Instances"
   resourceValues:
-    - 1
     - 2
 slos:
   - sloType: "slo type"
     threshold: 1000
 execution:
   strategy: "LinearSearch"
-  duration: 300
+  duration: 120
   repititions: 1
   restrictions:
     - "LowerBound"
 configOverrides:
-  - patcher:
-      type: "EnvVarPatcher"
-      resource: "workloadGenerator.yaml"
-      container: "workload-generator"
-      variableName: "KAFKA_SERVER"
-    value: "localhost:9192"
   - patcher:
       type: "NodeSelectorPatcher"
       resource: "workloadGenerator.yaml"
@@ -34,7 +27,4 @@ configOverrides:
       type: "NodeSelectorPatcher"
       resource: "aggregation-deployment.yaml"
       variableName: "env"
-    value: "prod"
-
-
-
+    value: "prod"
\ No newline at end of file
-- 
GitLab