X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fvnfsdk-refrepo%2Fresources%2Fvnfsdk_keywords.robot;fp=tests%2Fvnfsdk-refrepo%2Fresources%2Fvnfsdk_keywords.robot;h=1bdcf71b6876efc88f85174008dec546d739dc02;hb=64b0fe188d39c4e971cf57dcfc502c5f331c2a83;hp=0000000000000000000000000000000000000000;hpb=322b8e8df0ecf9deabba4cea7edf24e14ce4c5b5;p=integration%2Fcsit.git diff --git a/tests/vnfsdk-refrepo/resources/vnfsdk_keywords.robot b/tests/vnfsdk-refrepo/resources/vnfsdk_keywords.robot new file mode 100644 index 00000000..1bdcf71b --- /dev/null +++ b/tests/vnfsdk-refrepo/resources/vnfsdk_keywords.robot @@ -0,0 +1,15 @@ +*** Settings *** +Library OperatingSystem +Library Process +Library String +Library Collections +Library RequestsLibrary +Library json + +*** Variables *** +${base_url}= http://${REFREPO_IP}:8702/onapapi/vnfsdk-marketplace/v1 + +${csarpath}= ${SCRIPTS}/../tests/vnfsdk-refrepo/csar + +${csar_valid_no_security}= valid_no_security.csar +${execute_no_security_csar_validation}= [{"scenario": "onap-dublin","testSuiteName": "validation","testCaseName": "csar-validate","parameters": {"csar": "file://${csar_valid_no_security}","pnf":"true"}}]