aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/demo_preload.robot
AgeCommit message (Collapse)AuthorFilesLines
2019-06-13move uuid to onaplib.utilitiesDR695H1-2/+2
Change-Id: I57860949ad4417bb080cf5269e8fcc555e089da6 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-15Fix APPC Mount CreateBrian Freeman1-1/+5
Issue-ID: INT-1077 Change-Id: Iede5d580f263164f4bdcf4d4a0b048fd8f22c27c Signed-off-by: Brian Freeman <bf1936@att.com>
2019-05-14remove unneeded librariesDR695H1-1/+0
httplibrary is replicated with requests so replacing the few places that use it with the requests. also removing kafkalibrary since it isnt used and we dont want to use it since its not python 3 compatible. Change-Id: I4acd09e4f0f776ebf99f386d17637712551b3243 Issue-ID: TEST-155 Signed-off-by: DR695H <dr695h@att.com>
2019-05-09upgrade to python3 librariesDR695H1-7/+8
basing the code off of robot framework 3.1.1 instead of 3.0, replacing selenium2lib with selnium lib and selenium3, replacing extendedselenium with angularjs lib. Fixing most warnings and all errors from these moves Change-Id: Ifed68c5b8cd28c7bbdc80ee7245860914bdee5b4 Issue-ID: TEST-151 Signed-off-by: DR695H <dr695h@att.com>
2019-05-06Fixes from SoUtil and Pairwise testBrian Freeman1-1/+2
update vf_module_name to vf_module_name_list remove heatbridge from SoUtil parameters Issue-ID: INT-1061 Change-Id: Ifd00b9a45e8ae58ad2ffd1058a08a3ade1a6cab5 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-30Updates for new policyBrian Freeman1-3/+5
Fix for APPC mount of multiple VM VNFs Issue-ID: POLICY-1685 Change-Id: If8de8ecaa2052044af0512206fe8b326b21f50c4 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-01-23Add availability zone to init customerMarco Platania1-1/+3
Change-Id: Ida24eb5c9e9daee84d5ec020cd770bcc15f21539 Issue-ID: INT-705 Signed-off-by: Marco Platania <platania@research.att.com>
2018-11-25Add vCPEResCust Model onboardingbdfreeman14211-0/+5
Issue-ID: INT-601 Change-Id: I543959a06be9b0a759d6102bcf1352e80b7d5a30 Signed-off-by: bdfreeman1421 <bf1936@att.com>
2018-11-21Bug fix on using AAI for model-invariant-idGary Wu1-1/+0
Change-Id: Ibb61076cb0975de0647a2cf126041fcfd87b21d0 Issue-ID: INT-601 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-20Add AAI query for invariant ID back inBrian Freeman1-3/+14
Issue-ID: INT-601 Change-Id: I457b072fe6cc5dfbf3cbdbdf2a1443b5c4086c23 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-11-17Download CSARbdfreeman14211-1/+1
Issue-ID: INT-601 Change-Id: I81eeaa101a8da1f98b4b52177ac4db7d122e3371 Signed-off-by: bdfreeman1421 <bf1936@att.com>
2018-11-16Automate Onboarding of vCPE:Infra,BNG,GMUX,BRGBrian Freeman1-16/+19
Issue-ID: INT-601 Change-Id: If39cab716749e5dfe6abcce2f468366fca0bf849 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-11-09Get model-invariant-id from AAI for vFWCLGary Wu1-5/+15
Change-Id: I6364bb71d9ec88e0e0bcb962b9d7531df09652c6 Issue-ID: INT-715 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-29Distribute Demo VNF from existing modelBrian Freeman1-3/+12
Firt version that uses a static file of the vnf-type and vf-module-id SDC query can be used to get these but that will be a second pass. Issue-ID: INT-704 Change-Id: Icf4571a0ad11d59f7985a253e55fcb5894a3e82f Signed-off-by: Brian Freeman <bf1936@att.com>
2018-10-25Fix instantiateVNF mount, modelinvariantIDBrian Freeman1-1/+2
Issue-ID: INT-584 Change-Id: I15f0b3bd4c97ca99bc67843caaa4348e2f1d1f62 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-14fix arg spacingBrian Freeman1-1/+1
Issue-ID: INT-651 Change-Id: I4e918992227949e30b716268095b1ba5ec42c489 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-14Add 5G service to init (fix vFW)Brian Freeman1-1/+3
Issue-ID: INT-651 Change-Id: I961f075cb4c04a795997e8199783963b2b882978 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-08-11Updates for SO Containers and change mso to soBrian Freeman1-1/+1
Issue-ID: INT-621 Change-Id: Iad1ae6f08e91c46482d49b6cf1e3e41ebf0cd271 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-07-26Updates for vFWCL SetupBrian Freeman1-5/+8
Issue-ID: TEST-110 Change-Id: If230afd903c51a01dad5a6204dca1a1eee1f8adc Signed-off-by: Brian Freeman <bf1936@att.com>
2018-07-23First Pass Automated vFW control setupBrian Freeman1-0/+11
Issue-ID: TEST-110 Change-Id: Ib3ea0120a72dc0b6932bb9e12c4ba385e89511c3 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-07-16Fix return for Model DistributionBrian Freeman1-1/+1
Issue-ID: TEST-107 Change-Id: I3b6bcbda7bd00f1b5ce0e7cfa051880994167dbb Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-23Fix VID catagory_parameter initBrian Freeman1-8/+12
Issue-ID: VID-214 Change-Id: I14bfdb787d1eecc33414df276b2894eb21f2cbbc Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-22Populate VID owning entity fieldsSonsino, Ofir (os0695)1-0/+12
Change-Id: Ic19afc75520fb1a1726160bbc2f53d6f51a4dad0 Issue-ID: VID-214 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-04-19Fix vFW Closed Loop robot test caseGary Wu1-0/+6
Issued addressed by this change: * Cherry picked from Amsterdam * Send the invariantUUID of VPKTG to Policy instead of VFW * Extraneous single quote characters in the policy yaml * Policy update wouldn’t “stick” until I added in the delays in between the various Policy API calls * Had to ignore the VID teardown errors; not sure if this is necessary to pass the closed loop test Change-Id: Ie504736484df78c46f564ee21bbd0c22d494af1f Issue-ID: INT-406 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> Signed-off-by: Brian Freeman <bf1936@att.com>
2017-12-06Change to vFWCL instead of vFWJerry Flood1-4/+4
Issue-ID: TEST-72 Change-Id: I18c8823c1348187e2ea3929b75a843b7df5784d0 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-26Create services before creating customerJerry Flood1-4/+4
Issue: TEST-66 Change-Id: Ie4128b0df59db7c4283d4480795ef8e0df5d6525 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-19Remove the copyright in the licenseJerry Flood1-4/+6
Issue: TEST-66 Change-Id: Ib0c6bb23a68ef843f197d146823f42ee0aed7f6d Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-11Add 200 to the list of cvalid add customer statusJerry Flood1-1/+1
Issue: TEST-65 Change-Id: I528081cd5d71a86a4f57ace2cc98d3c7b61ce365 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-11Update HEAT and support in demo.shJerry Flood1-1/+5
Issue: TEST-65 Change-Id: If9cea0cecfd5ac8fa40499995fba72bfa66f61a2 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-06-30[TEST-45] support injectable ipsDR695H1-45/+1
today onap ips are hard coded so we should support having them injectable from external sources Change-Id: Id7911df331207a9198e9bf43168b9a6843db6f48 Signed-off-by: DR695H <dr695h@att.com>
2017-04-21[TEST-25] Add commands to demo.shJerry Flood1-13/+119
Change-Id: I6a6ac15e310954ce48ef275b10748ab4c3e7a0e1 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-09TEST-4 Re-factor openstack region variablejf98601-2/+3
Change-Id: Iad9ef0555dbbd921e261bfa2a63806100bcf7c83 Signed-off-by: jf9860 <jf9860@att.com>
2017-03-02Make teardown of dummy vf_module conditionaljf98601-31/+32
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-02-22Complete teardown implementation.jf98601-0/+94
Add demo.sh to support hands on demo Change-Id: Idf235957bd992e6d7482c8241f6ba8b8944c2826 Signed-off-by: jf9860 <jf9860@att.com>