Add stndDefined routing tests
[integration/csit.git] / tests / dcaegen2-collectors-hv-ves / testcases / resources / hv-ves-configuration.json
index 1c4e343..019e468 100644 (file)
@@ -2,10 +2,25 @@
   "streams_publishes": {
     "perf3gpp": {
       "type": "kafka",
+      "aaf_credentials": {
+        "username": "admin",
+        "password": "admin_secret"
+      },
       "kafka_info": {
         "bootstrap_servers": "kafka:9092",
         "topic_name": "TEST_HV_VES_PERF3GPP"
       }
+    },
+    "ves-3gpp-heartbeat": {
+      "type": "kafka",
+      "aaf_credentials": {
+        "username": "admin",
+        "password": "admin_secret"
+      },
+      "kafka_info": {
+        "bootstrap_servers": "kafka:9092",
+        "topic_name": "TEST_SEC_3GPP_HEARTBEAT_OUTPUT"
+      }
     }
   }
 }