aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-10-11 16:19:04 -0400
committerJerry Flood <jf9860@att.com>2017-10-11 16:19:26 -0400
commitf225e149b6927e1093472ee7a2916b0ece7b3225 (patch)
tree96c3d17207677b6e67bb797962e4cbf11a93131c
parent3fc36a390f863a47a03a994acb0d76ee220292b0 (diff)
Add 200 to the list of cvalid add customer status
Issue: TEST-65 Change-Id: I528081cd5d71a86a4f57ace2cc98d3c7b61ce365 Signed-off-by: Jerry Flood <jf9860@att.com>
-rw-r--r--robot/resources/demo_preload.robot2
1 files changed, 1 insertions, 1 deletions
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