diff options
Diffstat (limited to 'resources/testscripts/const.py')
-rw-r--r-- | resources/testscripts/const.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/testscripts/const.py b/resources/testscripts/const.py new file mode 100644 index 00000000..143e11bf --- /dev/null +++ b/resources/testscripts/const.py @@ -0,0 +1,10 @@ +MSB_BASE_URL = "You should change it according to your environment" +NS_CSAR_PATH = r"You should change it according to your environment" +VNF_CSAR_PATH = r"You should change it according to your environment" +GLOBAL_CUSTOMER_Id = "You should change it according to your environment" +SERVICE_TYPE = "You should change it according to your environment" +CSAR_ID = "You should change it according to your environment" +NS_NAME = "You should change it according to your environment" +DESCRIPTION = "description" +VNF_PROFILE_ID = "You should change it according to your environment" +VIM_ID = "You should change it according to your environment" |