change wait duration time 37/48537/2
authoramir876 <amir.abudi@hpe.com>
Mon, 21 Nov 2016 13:48:08 +0000 (15:48 +0200)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 22 Nov 2016 00:18:17 +0000 (00:18 +0000)
Change-Id: I9082bc775ad58225a300870d652888bd18d858db
Signed-off-by: amir876 <amir.abudi@hpe.com>
csit/suites/unimgr/uni_legato/010_unimanager_epl.robot
csit/suites/unimgr/uni_legato/020_unimanager_eplan.robot

index 86a4833079ba530a61c55dc2b10c353cc5ec9548..cdee4244e20d41e5a0837489f9f3c7012b0b0757 100644 (file)
@@ -23,13 +23,13 @@ Check no connectivity before creating service
 Create epl service
     [Documentation]    Create point to point service between the eth ports
     ${interface}    Create List    s1-eth1    s1-eth2
-    Wait Until Keyword Succeeds    10s    2s    Check For Elements At URI    ${CONFIG_API}/mef-interfaces:mef-interfaces/    ${interface}
+    Wait Until Keyword Succeeds    12s    2s    Check For Elements At URI    ${CONFIG_API}/mef-interfaces:mef-interfaces/    ${interface}
     ${body}=    OperatingSystem.Get File    ${UniMgr_variables_DIR}/add_epl.json
     ${resp}    RequestsLibrary.Put Request    session    ${CONFIG_API}/mef-services:mef-services/    headers=${HEADERS_YANG_JSON}    data=${body}
     Log    ${resp.content}
     Should Contain    ${ALLOWED_STATUS_CODES}    ${resp.status_code}
     ${elements}    Create List    eth1    eth2
-    Wait Until Keyword Succeeds    24s    2s    Check For Elements At URI    ${CONFIG_API}/elan:elan-interfaces/    ${elements}
+    Wait Until Keyword Succeeds    56s    8s    Check For Elements At URI    ${CONFIG_API}/elan:elan-interfaces/    ${elements}
 
 Check ping between h1-h2 after service creation
     [Documentation]    Verify ping between the hosts h1 - h2
index e241f164e5a5dcc0f0098b9baf0684799f100e9b..1d0857ead1b140dc836ede6aab59c66aa6792df5 100644 (file)
@@ -29,7 +29,7 @@ Create epl service
     Log    ${resp.content}
     Should Contain    ${ALLOWED_STATUS_CODES}    ${resp.status_code}
     ${elements}    Create List    eth3    eth4    eth5
-    Wait Until Keyword Succeeds    24s    8s    Check For Elements At URI    ${CONFIG_API}/elan:elan-interfaces/    ${elements}
+    Wait Until Keyword Succeeds    56s    8s    Check For Elements At URI    ${CONFIG_API}/elan:elan-interfaces/    ${elements}
 
 Check ping between h3-h4 after service creation
     [Documentation]    Verify ping between the hosts h3 - h4