X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Fresources%2Fbasic_12-ns_primitives_data.py;h=7a91f2e622d07cb23db86ab9365eb2a6b4f77544;hb=930c39db6770b15c44fc4d77a812346184d85d56;hp=128235cd066c22209cf02e503d5dd3fa6f30c729;hpb=a352a93af7e73cd73831ba7601df7d916abc8bfc;p=osm%2Ftests.git diff --git a/robot-systest/resources/basic_12-ns_primitives_data.py b/robot-systest/resources/basic_12-ns_primitives_data.py index 128235c..7a91f2e 100644 --- a/robot-systest/resources/basic_12-ns_primitives_data.py +++ b/robot-systest/resources/basic_12-ns_primitives_data.py @@ -17,9 +17,9 @@ from pathlib import Path # Get ${HOME} from local machine home = str(Path.home()) # NS and VNF descriptor package files -vnfd_pkg1 = 'charm-packages/nscharm_policy_vnf' -vnfd_pkg2 = 'charm-packages/nscharm_user_vnf' -nsd_pkg = 'charm-packages/nscharm_ns' +vnfd_pkg1 = 'nscharm_policy_vnf' +vnfd_pkg2 = 'nscharm_user_vnf' +nsd_pkg = 'nscharm_ns' # NSD and VNFD names in OSM vnfd_name1 = 'nscharm-policy-vnf' vnfd_name2 = 'nscharm-user-vnf' @@ -32,4 +32,4 @@ ns_name = 'test_nscharm' publickey = home + '/.ssh/id_rsa.pub' privatekey = home + '/.ssh/id_rsa' # Juju variables -old_juju_password = 'd55ce8ab4efa59e7f1b865bce53f55ed' +old_juju_password = 'a5611fc6452349cc6e45705d34c501d4'