aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/test_templates/vnf_orchestration_test_template.robot
AgeCommit message (Collapse)AuthorFilesLines
2019-07-23cleaning up some warningsDR695H1-1/+1
need these cleaned before switching over the variabel strucuture in preload Issue-ID: TEST-174 Change-Id: I1667f45b0135a059dfab2835c9b4f743703c60a5 Signed-off-by: DR695H <dr695h@att.com>
2019-07-22move the main so interface to use onaplibraryDR695H1-3/+3
left some cloud config and direct instantiate seperate Change-Id: I4c508d5403c660f83b14b98585111b9219bae6b7 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-07-22remove the last of the global variablesDR695H1-13/+10
Issue-ID: TEST-174 Change-Id: I1997bd0e4b693f3560f2cfc254c93537c96ed444 Signed-off-by: DR695H <dr695h@att.com>
2019-07-16removing the rest of preload global varsDR695H1-37/+23
Issue-ID: TEST-174 Change-Id: Ie5354df3526133d398d3fea703145c4a1649b3c1 Signed-off-by: DR695H <dr695h@att.com>
2019-07-12remove some global variablesDR695H1-52/+39
global state is really confusing Issue-ID: TEST-174 Change-Id: I470c4b9008fd7c8eaf1255947e08cd026a860711 Signed-off-by: DR695H <dr695h@att.com>
2019-07-11remvoing shared prelaod for per folder preloadDR695H1-11/+0
Issue-ID: TEST-174 Change-Id: I2c35214a0f54adfb299fa37f9e7f343dafa9e065 Signed-off-by: DR695H <dr695h@att.com>
2019-06-21Wait for Openstack QueryBrian Freeman1-1/+2
Issue-ID: INT-1116 Change-Id: I91eb1f560907b1a9e0beffeae525310e32897d7b Signed-off-by: Brian Freeman <bf1936@att.com> (cherry picked from commit f27f0043257aec0bf6ea2836b5a617fe029f1381)
2019-06-17adjust where we source keywords fromDR695H1-1/+1
Issue-ID: TEST-158 Change-Id: Icf8085ad56185850e261c318441c52f03d2ad37a Signed-off-by: DR695H <dr695h@att.com>
2019-06-13move uuid to onaplib.utilitiesDR695H1-3/+3
Change-Id: I57860949ad4417bb080cf5269e8fcc555e089da6 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-06-03replcaing jsonutils with onaplib.jsonDR695H1-1/+1
Change-Id: I467ec46519f3fbe7d7d08e481f88bf7b20ffbbce Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-22removing servicemapping.pyDR695H1-12/+16
everything is in demo folder now Change-Id: Ib2fc57c7a3912526b51c8bd8e3a99451281c72a6 Issue-ID: TEST-157 Signed-off-by: DR695H <dr695h@att.com>
2019-05-09upgrade to python3 librariesDR695H1-11/+11
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-04-30Updates for new policyBrian Freeman1-1/+3
Fix for APPC mount of multiple VM VNFs Issue-ID: POLICY-1685 Change-Id: If8de8ecaa2052044af0512206fe8b326b21f50c4 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-26Shorten vnf and vf namesBrian Freeman1-0/+2
Issue-ID: INT-1048 Change-Id: Ic83f3b27a9f3ba241d253edebb751c9a85a66e13 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-26Cleanup Instantiate vLBBrian Freeman1-3/+3
Remmove vLB Hack since vLBMS doesnt need it Move vLB service to use vLBMS Heat template Issue-ID: INT-1039 Change-Id: If92bbec8579305aecddd698257c4e3e6af52b76b Signed-off-by: Brian Freeman <bf1936@att.com>
2019-02-04Dynamic Service Mapping & vFW ip port referencesBrian Freeman1-2/+4
Issue-ID: INT-829 Change-Id: I10f229996cdeb049840fdefe78b35187186a5517 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-11-09Fix use of wrong key for generic_vnfs dictionaryGary Wu1-2/+2
Change-Id: I2702d496363ac4b3f20a104d332e74263280552b Issue-ID: INT-715 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-09Get model-invariant-id from AAI for vFWCLGary Wu1-10/+12
Change-Id: I6364bb71d9ec88e0e0bcb962b9d7531df09652c6 Issue-ID: INT-715 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-01Get UUID's from SDC for Demo InstantiateBrian Freeman1-22/+5
Issue-ID: INT-704 Change-Id: Id63ddaeec2796e494075a8677a34e4ccb42ef73d Signed-off-by: Brian Freeman <bf1936@att.com>
2018-10-29Distribute Demo VNF from existing modelBrian Freeman1-0/+62
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-08-28Updates for SO instantie testsBrian Freeman1-1/+2
Issue-ID: INT-621 Change-Id: I1cc466a01975cd815aa1e4999763b3b36a9d5695 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-08-08Fix for SDC Distribution w/o VSP Certifyv1.3.0Brian Freeman1-1/+1
Issue-ID: INT-609 Change-Id: I3e476229f8b60b763c05b048f5c31df0b8893439 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-08-01Create test case for No DeleteBrian Freeman1-2/+2
Issue-ID: INT-608 Change-Id: I22d3112ca8a17a6ec8f62e4899cf876e32dcfea7 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-07-23First Pass Automated vFW control setupBrian Freeman1-0/+1
Issue-ID: TEST-110 Change-Id: Ib3ea0120a72dc0b6932bb9e12c4ba385e89511c3 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-05-13Update Delete / Detect SO COMPLETE in distributeBrian Freeman1-3/+36
Issue-ID: TEST-92 Change-Id: I26879237743e356c9205e1c35b8f550846c168c5 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-05-10Add Project and Owning Entity to VIDbdfreeman14211-2/+3
Issue-ID: TEST-89 Change-Id: I290589d74c13960a6cc57ae937f5c62f535f8c17 Signed-off-by: Brian Freeman <bf1936@att.com> Update Instantiate for Beijing Issue-ID: TEST-91 Change-Id: If56dff3719a63f45cc15e0fdd6a0499b6de5d00e Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-19Fix vFW Closed Loop robot test caseGary Wu1-1/+1
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>
2018-02-23cleaning up some dirty code and warnings from REDDR695H1-0/+1
Issue-ID: TEST-79 Change-Id: Iadfe17079c4cf1aa4483464c748d2ab31244df63 Signed-off-by: DR695H <dr695h@att.com>
2017-12-01Add support for vFWCL - multiple VNFsJerry Flood1-11/+57
Issue-ID: TEST-72 Change-Id: Ic6fe176ca5fdeac00cd5018aecf7824ec4eca287 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-11-22Report test failure when Delete VNF fails1.0.0-ONAP1.0.0-AmsterdamJerry Flood1-1/+1
Issue-ID: TEST-54 Change-Id: Id92f2bbdcc967f44024c8f3aa53d45f82616ea9f Signed-off-by: Jerry Flood <jf9860@att.com>
2017-11-21Update VID and SDNC preload for amsterdamJerry Flood1-3/+3
Issue: TEST-54 Change-Id: Iaa0d952d78f11cf1d271dce7de21bca2ff7cd419 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-11-12Update A&AI api to v11 and create complexJerry Flood1-0/+2
Issue: TEST-34 Change-Id: Ibac7f78390f517e3d3876ec0adff97d1136b2f28 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-30Fix up the vVG server heat templateJerry Flood1-1/+1
Issue: TEST-14 Change-Id: I8304325c9c3b2abebd358f7d931d9d7490d33a5b Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-26Create services before creating customerJerry Flood1-1/+1
Issue: TEST-66 Change-Id: Ie4128b0df59db7c4283d4480795ef8e0df5d6525 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-10Add API calls for creating network zone -defaultsJerry Flood1-0/+2
Issue: INT-256 Change-Id: Iaa83434ba4ba32eab81712e51e5e64a4c52ca0a3 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-04-17TEST-25 Add instantiate VFW to demo.shJerry Flood1-4/+0
Change-Id: Ia877d2b67438788338619763427b070cbd845ed8 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-14TEST-10 Include stack deletion as part of the tcJerry Flood1-3/+12
Change-Id: I44dc565e600035c3ae5e32699558748ee80873b3 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-09TEST-4 Re-factor openstack region variablejf98601-5/+9
Change-Id: Iad9ef0555dbbd921e261bfa2a63806100bcf7c83 Signed-off-by: jf9860 <jf9860@att.com>
2017-03-08TEST-3 Add retry loop to VID deploy stepjf98601-2/+0
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-02Make teardown of dummy vf_module conditionaljf98601-42/+42
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-48/+27
Add demo.sh to support hands on demo Change-Id: Idf235957bd992e6d7482c8241f6ba8b8944c2826 Signed-off-by: jf9860 <jf9860@att.com>
2017-02-17Initial checkin of EopenECOMP testsuiteDR695H1-0/+183
Change-Id: I64a2b6d8cf66169829866b73b3d26a4ff59b0a42 Signed-off-by: DR695H <dr695h@att.com>