aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/sdngc_interface.robot
AgeCommit message (Collapse)AuthorFilesLines
2019-08-05property cleanup and pnf cleanupDR695H1-255/+0
Issue-ID: TEST-184 Change-Id: I355c3de561dfb80334e881c884467116ad5ee25e Signed-off-by: DR695H <dr695h@att.com>
2019-08-02dont reference the dictionary in propertiesDR695H1-2/+1
Issue-ID: TEST-184 Change-Id: I5d72aa9f0d102f6099c9fff442c84b9d3b28a1f2 Signed-off-by: DR695H <dr695h@att.com>
2019-07-31cleaning up heatbridge1.5.0DR695H1-1/+1
Issue-ID: TEST-183 Change-Id: I07094b46868fd784f43d6ebfbbdd7ef1746b77b5 Signed-off-by: DR695H <dr695h@att.com>
2019-07-31add vnf and service to vnf orchDR695H1-1/+1
Issue-ID: TEST-174 Change-Id: If58e3fb7c3d9ddb86a0dd29bc2412b91d4bf3fed Signed-off-by: DR695H <dr695h@att.com>
2019-07-23cleaning up some warningsDR695H1-3/+3
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-19import all librariesDR695H1-11/+11
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-19be specific about what Get Post we wantDR695H1-8/+8
Issue-ID: TEST-174 Change-Id: I2a90a1766381d790bbe3f6bb83748398506d2d9e Signed-off-by: DR695H <dr695h@att.com>
2019-07-15use the public key directlyDR695H1-7/+3
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-07-12remove some global variablesDR695H1-36/+13
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-8/+8
Issue-ID: TEST-174 Change-Id: I2c35214a0f54adfb299fa37f9e7f343dafa9e065 Signed-off-by: DR695H <dr695h@att.com>
2019-07-08move preload to the sdnc interfaceDR695H1-33/+59
Issue-ID: TEST-173 Change-Id: Ie5cf74ebb20af3b9994ff6dfbec3a51f49cddef8 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20move rest of stirngtemplating off old formatDR695H1-1/+0
Issue-ID: TEST-158 Change-Id: I55c246eba1c0132d70b9c7298da095c72cdecbc3 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20replace aai, closeloop, sdc with jinjaDR695H1-4/+4
Issue-ID: TEST-158 Change-Id: I95a783f26e28512cb4fc98e50931d62001c489c6 Signed-off-by: DR695H <dr695h@att.com>
2019-06-19only use the file version of json templateDR695H1-3/+1
Issue-ID: TEST-158 Change-Id: Ib172145fe3e5d77bd688505b145ca1709422366a Signed-off-by: DR695H <dr695h@att.com>
2019-06-13move uuid to onaplib.utilitiesDR695H1-6/+6
Change-Id: I57860949ad4417bb080cf5269e8fcc555e089da6 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-22removing servicemapping.pyDR695H1-2/+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 librariesDR695H1-7/+7
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-26Fix preload mapping for simple VNFBrian Freeman1-2/+4
Issue-ID: INT-1039 Change-Id: I21558887477664da6b36f2a422f6557dc62dbd4d Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-22Fix instantiate preloadBrian Freeman1-0/+3
Issue-ID: INT-1039 Change-Id: I18740fdd67a5c3ee3fb29f8140bc7c80f85994dd Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-18Removed Vnf Profile stepBrian Freeman1-1/+2
Issue-ID: SDNC-729 Change-Id: Id406bb3e866677ac0e24a4192cb4395f69ca8412 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-02-13Fix dynamic service_mappinBrian Freeman1-2/+14
Issue-ID: INT-883 Change-Id: Ia29b4468eaf68f0352f8dd6c84c382c5431beab2 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-08-21Merge "Fix robot preload VNF issue"Helen Chen1-3/+3
2018-07-30Incorporate changes from OOM robot resourcesGary Wu1-1/+1
Change-Id: Iee702834a3ac5d2223c2b191980f82659b8ba392 Issue-ID: INT-605 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-31Fix robot preload VNF issueBin Yang1-3/+3
Change-Id: Ie0241358f48f74e1033521e77302f8c898ac8e42 Issue-ID: INT-516 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-12-01Add support for vFWCL - multiple VNFsJerry Flood1-1/+1
Issue-ID: TEST-72 Change-Id: Ic6fe176ca5fdeac00cd5018aecf7824ec4eca287 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-11-21Update VID and SDNC preload for amsterdamJerry Flood1-12/+30
Issue: TEST-54 Change-Id: Iaa0d952d78f11cf1d271dce7de21bca2ff7cd419 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-09Add latest heat templates for vFW and vLBJerry Flood1-0/+5
Issue: TEST-63 Change-Id: Id3f1a87f89306b4a1c23677fec1c4e39940dfa9c Signed-off-by: Jerry Flood <jf9860@att.com>
2017-08-24Collapse VNF specific templates into 1Jerry Flood1-30/+42
Issue: TEST-55 Change-Id: Ia3db6d7e08ecdcfa7cc90b7f6ce31a8a54499043 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-06-30[TEST-45] support injectable ipsDR695H1-2/+2
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-03-16Switch from using GLOBAL_VM_PROPERTIES hashJerry Flood1-1/+3
to GLOBAL_INJECTED_<name> variables Change-Id: Ibbb28f3eaaa1cbad9b6df64d3b2edf8876c24d51 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-02-17Initial checkin of EopenECOMP testsuiteDR695H1-0/+203
Change-Id: I64a2b6d8cf66169829866b73b3d26a4ff59b0a42 Signed-off-by: DR695H <dr695h@att.com>