diff --git a/theodolite-quarkus/src/main/resources/yaml/test.yaml b/theodolite-quarkus/src/main/resources/yaml/test.yaml
deleted file mode 100644
index d966e0e68fc7174c9a7e0159c146dd08b9454591..0000000000000000000000000000000000000000
--- a/theodolite-quarkus/src/main/resources/yaml/test.yaml
+++ /dev/null
@@ -1 +0,0 @@
-name: "theodolite ist cool"
\ No newline at end of file
diff --git a/theodolite-quarkus/src/main/resources/yaml/testBenchmarkType.yaml b/theodolite-quarkus/src/main/resources/yaml/testBenchmarkType.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..8b34de6d5ec47c2da096940faef5c3825b01d89b
--- /dev/null
+++ b/theodolite-quarkus/src/main/resources/yaml/testBenchmarkType.yaml
@@ -0,0 +1,6 @@
+name: "theodolite ist cool"
+appResource:
+  - "aggregation-deployment.yaml"
+  - "aggregation-service.yaml"
+loadGenResource:
+  - "workloadGenerator.yaml"
\ No newline at end of file
diff --git a/theodolite-quarkus/src/main/resources/yaml/testContext.yaml b/theodolite-quarkus/src/main/resources/yaml/testContext.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..fc5cc40571ddf52ddd7132325220c1c6883b06a7
--- /dev/null
+++ b/theodolite-quarkus/src/main/resources/yaml/testContext.yaml
@@ -0,0 +1,19 @@
+name: "Theodolite Test Context"
+benchmark: "benchmarkType"
+loads:
+  - 1000
+  - 2000
+resources:
+  - 1
+  - 2
+slos:
+  - sloType: "slo type"
+    threshold: 1000
+execution:
+  strategy: "LinearSearch"
+  duration: 300
+  repititions: 1
+  restrictions:
+    - "LowerBound"
+configOverrides:
+    key: "value"
\ No newline at end of file