aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/stack_validation
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-1/+1
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-8/+0
Issue-ID: TEST-174 Change-Id: I1997bd0e4b693f3560f2cfc254c93537c96ed444 Signed-off-by: DR695H <dr695h@att.com>
2019-07-22replace aai keywords with aai libDR695H1-10/+10
Issue-ID: TEST-174 Change-Id: Id4fd63c8f25cd695f77c3e81f658c8dbd99914f4 Signed-off-by: DR695H <dr695h@att.com>
2019-07-19import all librariesDR695H1-1/+1
even ones that done have overridign keywords so there is no dual importing Issue-ID: TEST-174 Change-Id: I0b9bd9a703d3b792fa4b57ae048060525d0559cd Signed-off-by: DR695H <dr695h@att.com>
2019-07-16removing the rest of preload global varsDR695H3-8/+7
Issue-ID: TEST-174 Change-Id: Ie5354df3526133d398d3fea703145c4a1649b3c1 Signed-off-by: DR695H <dr695h@att.com>
2019-07-15use the public key directlyDR695H1-4/+1
using it from the property file rather than a file allows it to be set by someon with no code change in robot Issue-ID: TEST-167 Change-Id: If081282af993d5c55bf5d2a4eff9878cb0bb463f Signed-off-by: DR695H <dr695h@att.com>
2019-06-25dont hardcode public ipDR695H4-8/+8
Issue-ID: TEST-166 Change-Id: I824cd4527fabce93a60734f563c024de05d1f1da Signed-off-by: DR695H <dr695h@att.com>
2019-06-20move rest of stirngtemplating off old formatDR695H1-2/+1
Issue-ID: TEST-158 Change-Id: I55c246eba1c0132d70b9c7298da095c72cdecbc3 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20replace aai, closeloop, sdc with jinjaDR695H2-2/+0
Issue-ID: TEST-158 Change-Id: I95a783f26e28512cb4fc98e50931d62001c489c6 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20move portal, pgn, pnf policy to jinjaDR695H1-9/+12
Issue-ID: TEST-158 Change-Id: Ie27f2cf976e76471bf65f0ffd506a82f0e9caf09 Signed-off-by: DR695H <dr695h@att.com>
2019-06-17adjust where we source keywords fromDR695H4-8/+4
Issue-ID: TEST-158 Change-Id: Icf8085ad56185850e261c318441c52f03d2ad37a Signed-off-by: DR695H <dr695h@att.com>
2019-06-13move uuid to onaplib.utilitiesDR695H1-2/+2
Change-Id: I57860949ad4417bb080cf5269e8fcc555e089da6 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-06-13remove the unused import and remove the dnsutilsDR695H2-19/+3
Change-Id: I41fc25ab47baac9f82011a68161b0963c074e590 Issue-ID: TEST-164 Signed-off-by: DR695H <dr695h@att.com>
2019-06-03replcaing jsonutils with onaplib.jsonDR695H4-4/+4
Change-Id: I467ec46519f3fbe7d7d08e481f88bf7b20ffbbce Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-31Cherry pick: vfwclosedloop for new vFWBrian Freeman1-23/+48
Manual cherry pick from dublin Issue-ID: INT-838 Change-Id: I19f619f6e5b1c0a788e0f6014d79c07c88e3eecd Signed-off-by: Brian Freeman <bf1936@att.com>
2019-05-22removing servicemapping.pyDR695H1-1/+4
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 librariesDR695H4-95/+13
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-09Fixes for New Policy APIBrian Freeman1-1/+3
fix private key for Wait For Server Issue-ID: INT-1071 Change-Id: I3c6e6e59dc3c6f3fe53887f48cd20ba16b50f402 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-02-04Dynamic Service Mapping & vFW ip port referencesBrian Freeman2-10/+11
Issue-ID: INT-829 Change-Id: I10f229996cdeb049840fdefe78b35187186a5517 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-19Fix vFW Closed Loop robot test caseGary Wu1-12/+20
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-11-21Update VID and SDNC preload for amsterdamJerry Flood2-4/+59
Issue: TEST-54 Change-Id: Iaa0d952d78f11cf1d271dce7de21bca2ff7cd419 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-31TEST-16 Create global variable for default keyJerry Flood6-20/+11
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-09TEST-4 Re-factor openstack region variablejf98605-78/+42
Change-Id: Iad9ef0555dbbd921e261bfa2a63806100bcf7c83 Signed-off-by: jf9860 <jf9860@att.com>
2017-03-04Complete vDNS closed loop teardownjf98601-0/+2
Change-Id: I0c680349bb120f274465de08f1a02e5deb2e0c5d 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.jf98601-27/+26
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-17Initial checkin of EopenECOMP testsuiteDR695H8-0/+540
Change-Id: I64a2b6d8cf66169829866b73b3d26a4ff59b0a42 Signed-off-by: DR695H <dr695h@att.com>