Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / test_configs.yaml
diff --git a/test_scripts/O2IMS_Compliance_Test/test_configs.yaml b/test_scripts/O2IMS_Compliance_Test/test_configs.yaml
new file mode 100644 (file)
index 0000000..166ffda
--- /dev/null
@@ -0,0 +1,31 @@
+#olcoud ssh info\r
+ocloud:\r
+  ssh:\r
+    host: 192.168.112.12\r
+    port: 22\r
+    username: username\r
+    password: passwd\r
+    openrc: /etc/platform/openrc\r
+  #oran_o2_ims_info \r
+  oran_o2_app:\r
+    g_location_id: testlocation_1\r
+    g_ocloud_id: 18f2dc90-b375-47dd-b8dc-ae80072e6cdb\r
+    smo_token_data: put_smo_token_data_here\r
+    api:\r
+      host: 192.168.112.15\r
+      node_port: 30205\r
+      protocol: https\r
+#smo mock server ip and callback endpoints\r
+smo:\r
+  service:\r
+    protocol: https\r
+    host: 192.168.112.16\r
+    port: 1080\r
+    verify_endpoint: /mockserver/verify\r
+  ocloud_observer:\r
+    path: /mock_smo/v1/ocloud_observer\r
+  o2ims_inventory_observer:\r
+    path: /mock_smo/v1/o2ims_inventory_observer\r
+  o2ims_alarm_observer:\r
+    path: /mock_smo/v1/o2ims_alarm_observer\r
+\r