From 590f3a6fd34225ac6d48666803a83721bcb35c97 Mon Sep 17 00:00:00 2001 From: yangyan Date: Mon, 24 Feb 2020 14:24:37 +0800 Subject: Modify test scripts of F version and add instructions about it Change-Id: Ic0fb0effc701c47ee5609a5cb88d25619ce05c69 Issue-ID: VFC-1621 Signed-off-by: yangyan --- resources/testscripts/const.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 resources/testscripts/const.py (limited to 'resources/testscripts/const.py') 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" -- cgit 1.2.3-korg