summaryrefslogtreecommitdiffstats
path: root/robot/resources
AgeCommit message (Collapse)AuthorFilesLines
2017-03-31TEST-16 Create global variable for default keyJerry Flood7-20/+12
Alternate key may be provided by setting varialble GLOBAL_VM_PRIVATE_KEY=<path to key> and updating the pub_key in the _preload_parameters.py Change-Id: I3abcaf8a38aa0bc5fdc0c2b2ac0796b9f5820f46 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-20TEST-5 - stack deployment timeoutJerry Flood6-95/+99
Change-Id: I62e2dc40016d5cded99e39eec1b4e6d380bfbffa Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-17Fix tenant param orderMandeep Khinda1-2/+1
It was causing HTTP 404 during the demo.sh init flow on AA&I Change-Id: I033223d1db653e753e422baf659ebcf17acbb028 Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com>
2017-03-16Switch from using GLOBAL_VM_PROPERTIES hashJerry Flood3-5/+5
to GLOBAL_INJECTED_<name> variables Change-Id: Ibbb28f3eaaa1cbad9b6df64d3b2edf8876c24d51 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-14TEST-10 Include stack deletion as part of the tcJerry Flood2-4/+14
Change-Id: I44dc565e600035c3ae5e32699558748ee80873b3 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>