diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-02-24 14:24:37 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2020-02-25 11:26:54 +0800 |
commit | 590f3a6fd34225ac6d48666803a83721bcb35c97 (patch) | |
tree | da6bc3d7a395cd95c35ad8fd9dea2b314202e73f /resources/testscripts/const.py | |
parent | a84c8a335a496627881401400b801de859efc9cb (diff) |
Modify test scripts of F version and add instructions about it
Change-Id: Ic0fb0effc701c47ee5609a5cb88d25619ce05c69
Issue-ID: VFC-1621
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
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" |