X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Foran-lcm.robot;fp=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Foran-lcm.robot;h=78aa8ae0ba19285d5663c74cdf29e85ff696729e;hb=323e652696ceb2746ea571cf9854b1b4cfb56ce5;hp=0000000000000000000000000000000000000000;hpb=41edb24f29769f7ba8a083666e3858edc56ee1ef;p=it%2Ftest.git diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/oran-lcm.robot b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/oran-lcm.robot new file mode 100644 index 0000000..78aa8ae --- /dev/null +++ b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/oran-lcm.robot @@ -0,0 +1,38 @@ +*** Settings *** + +Library SSHLibrary +Resource ssh_helper.robot +Resource smo_server_mock.robot + +Variables ${EXECDIR}${/}test_configs.yaml + +*** Variables *** +${HOST} ${ocloud.ssh.host} +${PORT} ${ocloud.ssh.port} +${USERNAME} ${ocloud.ssh.username} +${PASSWORD} ${ocloud.ssh.password} +${OPENRC} ${ocloud.ssh.openrc} + +*** Keywords *** +Setup Test Bed + # [Arguments] ${args} + # Set Log Level DEBUG + Open Connection And Log In + # bring up smo mock server + # Setup SMO Server + # ${stdout} Execute Command source ${OPENRC} && system host-list + # bring up oran o2 app + # Some Keyword ${args} + # Another Keyword + +Tear Down Test Bed + # [Arguments] ${args} + # tear down oran o2 app + # tear down smo mock server + # Tear Down SMO Server + Close All Connections + +Open Connection And Log In + Open Connection ${HOST} + Login ${USERNAME} ${PASSWORD} +