aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources
AgeCommit message (Collapse)AuthorFilesLines
2017-05-08Correct the ordering of the tenant parameterrelease-1.0.0Rashmi Pujar1-1/+1
This leads to a 404 during demo.sh init step. It is fixed on master branch, but not in release-1.0.0 branch Change-Id: Icbcbc6d4df15caac79bf25460422b185eba7a828 Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
2017-04-21[TEST-25] Add commands to demo.shJerry Flood2-16/+118
Add suuport for init_customer distribute instantiateVFW deleteVNF Fix red.xml Remove deletion of regions, tenant etc from A&AI durinf terdown which pulls the rug out from under the demo customer. Change-Id: Iab76c980d4c3b6b79d4f5a72a71c3a79d6423a13 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-31TEST-16 Parameterize the location of the pvt keyJerry Flood7-21/+13
Change-Id: I32e1e9f4e98672739d503748df2bf2661b58271c Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-09TEST-4 Re-factor openstack region variablejf986018-360/+369
Change-Id: Iad9ef0555dbbd921e261bfa2a63806100bcf7c83 Signed-off-by: jf9860 <jf9860@att.com>
2017-03-08TEST-3 Add retry loop to VID deploy stepjf98602-27/+28
Replace delay with a retry loop with timeout to allow for distributed model to be available to VID. Change-Id: Ief536ff07a3335ced09de068b1e38c3e28bb4ea9 Signed-off-by: jf9860 <jf9860@att.com>
2017-03-05Merge "Complete vDNS closed loop teardown"Daniel Rose3-10/+23
2017-03-04Complete vDNS closed loop teardownjf98603-10/+23
Change-Id: I0c680349bb120f274465de08f1a02e5deb2e0c5d Signed-off-by: jf9860 <jf9860@att.com>
2017-03-03convert to string before checking statusDR695H1-1/+2
convert to string before checking status Change-Id: I266bbdd8785306e1654caad7eae0e7f50cedb2e1 Signed-off-by: DR695H <dr695h@att.com>
2017-03-03bulk add returns 201 nowDR695H1-2/+2
before bulk add used to always return 200, not bulk add returns 201. This means that existing put doesnt work Change-Id: Ib883f6fc7dc832ba3bd73f5465c97b70669917f9 Signed-off-by: DR695H <dr695h@att.com>
2017-03-02Merge "Make teardown of dummy vf_module conditional"Daniel Rose2-73/+74
2017-03-02Make teardown of dummy vf_module conditionaljf98602-73/+74
Try fix for chromedriver hanging Change demo APPC command to send private oam IP Change-Id: I86a9c1fe489dd63721b542132516bc7285baf12a Signed-off-by: jf9860 <jf9860@att.com>
2017-03-02Send OAM IP to APPC for the PGNjf98601-1/+2
Change-Id: Ibdbd96589ba160d7dc47d867e542d2ce83203e4b Signed-off-by: jf9860 <jf9860@att.com>
2017-03-02Remove fragile process test from vFW validation.jf98603-72/+72
Process name is vairable. Process validation is implied by susbequent log validation. Allow for A&AI teardown delete to fail due to lingering references. Change-Id: Iea269d24232d4ff711233f5c666da677354ab694 Signed-off-by: jf9860 <jf9860@att.com>
2017-02-22Complete teardown implementation.jf98609-162/+273
Add demo.sh to support hands on demo Change-Id: Idf235957bd992e6d7482c8241f6ba8b8944c2826 Signed-off-by: jf9860 <jf9860@att.com>
2017-02-22Add keywords for deleting A&AI entitiesjf98601-1/+16
Change-Id: Ia1218f1e1bba661272bbc29cc683506f21d3692f Signed-off-by: jf9860 <jf9860@att.com>
2017-02-17Initial checkin of EopenECOMP testsuiteDR695H43-0/+3586
Change-Id: I64a2b6d8cf66169829866b73b3d26a4ff59b0a42 Signed-off-by: DR695H <dr695h@att.com>