From: Jerry Flood Date: Wed, 11 Oct 2017 20:19:04 +0000 (-0400) Subject: Add 200 to the list of cvalid add customer status X-Git-Tag: 1.0.0-Amsterdam~25 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f225e149b6927e1093472ee7a2916b0ece7b3225;p=testsuite.git Add 200 to the list of cvalid add customer status Issue: TEST-65 Change-Id: I528081cd5d71a86a4f57ace2cc98d3c7b61ce365 Signed-off-by: Jerry Flood --- diff --git a/robot/resources/demo_preload.robot b/robot/resources/demo_preload.robot index ac15288d..94bdab3f 100644 --- a/robot/resources/demo_preload.robot +++ b/robot/resources/demo_preload.robot @@ -57,7 +57,7 @@ Create Customer For VNF Demo ${data}= Fill JSON Template ${data_template} ${arguments} ${put_resp}= Run A&AI Put Request ${INDEX PATH}${ROOT_CUSTOMER_PATH}${customer_id} ${data} ${status_string}= Convert To String ${put_resp.status_code} - Should Match Regexp ${status_string} ^(201|412)$ + Should Match Regexp ${status_string} ^(200|201|412)$ Create Service If Not Exists vFW Create Service If Not Exists vLB Create Service If Not Exists vCPE