Change HTTP code 200
authorLuis Gomez <ecelgp@gmail.com>
Thu, 1 May 2014 23:19:02 +0000 (16:19 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Thu, 1 May 2014 23:19:02 +0000 (16:19 -0700)
Change-Id: I5cc9bcfd5b1585bc3990c61905ae749cd28d2d49
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
test/csit/suites/base-of13/010__restconf_flows.txt
test/csit/suites/base-of13/110__restconf_flows.txt

index 745ee754fb36c02e9ef7e43562c00a863dabedb1..c5e5d862ee4bfb9e9824c0c274fbaf1ebee05090 100644 (file)
@@ -46,7 +46,7 @@ Verify after deleting flow config - Sending IPv4 Dest Address and Eth type
     [Documentation]    Verify the flow
     [Tags]   Get
     ${resp}    Get    session     ${REST_CON}/node/openflow:1/table/2
-    Should Be Equal As Strings    ${resp.status_code}    404  
+    Should Be Equal As Strings    ${resp.status_code}    200  
     Should Not Contain     ${resp.content}    139
 
 # Reason in using high time is, I used STOPWATCH to check the timer after deleting the flow config
@@ -89,7 +89,7 @@ Verify after deleting flow config - Output to physical port#
     [Documentation]    Verify the flow
     [Tags]   Get
     ${resp}    Get    session     ${REST_CON}/node/openflow:1/table/2
-    Should Be Equal As Strings    ${resp.status_code}    404 
+    Should Be Equal As Strings    ${resp.status_code}    200 
     Should Not Contain     ${resp.content}    152
 
 Verify after deleting flow operational - Output to physical port#
index dcf2523cd7b2b506563359866c6f0853125e4a8b..4b4678c916e7c512f182e2998040e958a94302ca 100644 (file)
@@ -46,6 +46,7 @@ Verify after deleting flow config - Output to physical port#
     [Documentation]    Verify the flow
     [Tags]   Get
     ${resp}    Get    session     ${REST_CON}/node/openflow:1/table/0
+    Should Be Equal As Strings    ${resp.status_code}    200
     Should Not Contain     ${resp.content}    152
 
 #    Standing bug #368 - This has been fixed