summaryrefslogtreecommitdiffstats
path: root/robot
AgeCommit message (Collapse)AuthorFilesLines
2017-04-17TEST-25 Add instantiate VFW to demo.shJerry Flood2-12/+61
Change-Id: Ia877d2b67438788338619763427b070cbd845ed8 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-04-04TEST-17 Fix network property nameJerry Flood1-1/+1
Change-Id: I28fb5488654fa021e31c8319195ad36695f45df9 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-04-01TEST-17 secure robot and generate pageJerry Flood2-0/+215
Change-Id: Ifa0659a504e540cbaf5fc2dea3bfabae9690ea02 Signed-off-by: Jerry Flood <jf9860@att.com>
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 Flood3-5/+15
Change-Id: I44dc565e600035c3ae5e32699558748ee80873b3 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-13workspace cleanup for red usersDR695H1-3/+1
after move to lf workspace needed a few cleanups Change-Id: I7cbc3fa9cfb31777ae962781775a9ebc9998bbe9 Signed-off-by: DR695H <dr695h@att.com>
2017-03-09TEST-4 Re-factor openstack region variablejf986019-368/+377
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-03-01Fix template as per Marcojf98601-1/+0
Change-Id: I80dd12dd3c8c4237176bad5f9e5b39581e01b004 Signed-off-by: jf9860 <jf9860@att.com>
2017-02-28New HEAT and preload templatesjf98606-248/+258
Change-Id: I6314b502e03a9e7ad6693dbf3c3edd9b25590183 Signed-off-by: jf9860 <jf9860@att.com>
2017-02-22Complete teardown implementation.jf986014-181/+346
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 testsuiteDR695H105-0/+5713
Change-Id: I64a2b6d8cf66169829866b73b3d26a4ff59b0a42 Signed-off-by: DR695H <dr695h@att.com>