FIX: move some end-to-end test configs to values.yaml for nanobot
[it/test.git] / ric_robot_suite / helm / nanobot / values.yaml
index fd751c1..0abfda0 100644 (file)
@@ -71,9 +71,9 @@ ric:
  robot:
   release: r1
   #
-  # host filesystem path where robot
-  # output will be stored
-  log: /opt/ric/robot/log
+  # If specified, a host filesystem
+  # path where robot output will be stored 
+  log: /opt/ric/robot/log
   #
   # Active testsuites can be chosen by
   # tag, testuite names, or both.  leaving
@@ -107,3 +107,19 @@ ric:
     create: true
     # ... and specify the serviceaccount here:
     # name: nanobot
+  #    
+  environment:
+    # the name of a test xapp; the appmgr testsuite
+    # will attempt to deploy and undeploy this app;
+    # This should be an xapp which is "onboarded" to
+    # the appmgr but not deployed at the time the test
+    # is initiated.
+    xapp: xapp-std
+    gNodeB:
+     # the details of a test gNodeB, for [E/X]2 tests.
+     # This can be either a real gnodeb or a simulator,
+     # but in either case should exist prior to test
+     # initiation.
+     name: AAAA456789
+     address: 10.0.0.3
+     port: 36421