aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2019-04-30 15:12:46 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-30 15:12:46 +0000
commit751f6fb9c4c221a43112591edce4d864d426ae30 (patch)
tree65e0c1613226e1aa317e5c38be0a9e9d2d5689e4 /tests/vid
parentde399b090495c66e7c8ae5f07c1b60056b886656 (diff)
parent0ff0ed1aa3a1bcd9ea01471e69958c14073dd902 (diff)
Merge "adjusting CSIT test feature-toggle"
Diffstat (limited to 'tests/vid')
-rw-r--r--tests/vid/newVNFChange/test1.robot3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vid/newVNFChange/test1.robot b/tests/vid/newVNFChange/test1.robot
index 33d0ae3a..44977ed5 100644
--- a/tests/vid/newVNFChange/test1.robot
+++ b/tests/vid/newVNFChange/test1.robot
@@ -18,6 +18,7 @@ add new VNF Change in VID GUI From Local worfkow
Setup Browser
Go To ${VID_LOGIN_URL}
+
Set Selenium Speed ${GLOBAL_SELENIUM_DELAY}
Set Browser Implicit Wait ${GLOBAL_SELENIUM_BROWSER_IMPLICIT_WAIT}
@@ -27,6 +28,8 @@ add new VNF Change in VID GUI From Local worfkow
Click Button xpath=//input[@id='loginBtn']
Wait Until Page Contains Welcome to VID ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT}
+ Run Process ${CURDIR}/../resources/scripts/SetFeatureFlag.sh FLAG_HANDLE_SO_WORKFLOWS false shell=True cwd=${CURDIR}/../resources/scripts/
+ Reload Page
Wait Until Page Contains VNF Changes ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT}
Set Browser Implicit Wait ${GLOBAL_SELENIUM_BROWSER_IMPLICIT_WAIT}