Merge "IMPL: MC Xapp tests"
[it/test.git] / ric_robot_suite / helm / nanobot / values.yaml
index fd751c1..16ac5a6 100644 (file)
@@ -54,26 +54,43 @@ ric:
   # platform source tree
   releaseName: r0
   components:
+   a1mediator:
    appmgr:
     user: test
     password: test
-   rtmgr:
-    user: test
-    password: test
+   dbaas:
    e2mgr:
     user: test
     password: test
    e2term:
-   a1mediator:
+   rtmgr:
+    user: test
+    password: test
+   submgr:
  xapp:
-  anr:
-   servicename: anr
+  mcxapp:
+   listener:
+    containername: mc-xapp-listener
+   writer:
+    containername: mc-xapp-writer
+    # statistics sent to ves by the writer.  the tests
+    # will check that these are actually being sent
+    statistics:
+    - mc_connected_cnt
+    - mc_connection_stats
+    - mc_connects_cnt
+    - mc_disconnects_cnt
+    - mc_unique_ue_cnt
+    - rrcx_pdf_serv_cell
+    - rrcx_pdf_serv_gnb
+    - rrcx_stats_serv_cell
+    - rrcx_stats_serv_gnb
  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
@@ -96,7 +113,7 @@ ric:
    # set this to a true value to cause
    # the job to fail (and, typically, be resubmitted)
    # when tests fail
-   failOnTestFail: false
+   failOnTestFail: true
    serviceAccount:
     # by default, the job will create
     # a temporary serviceaccount and
@@ -107,3 +124,22 @@ 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
+    dashboard:
+     address: 10.1.0.1
+     port: 31080
\ No newline at end of file