aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/heatbridge.robot
AgeCommit message (Collapse)AuthorFilesLines
2019-07-31cleaning up heatbridge1.5.0DR695H1-12/+7
Issue-ID: TEST-183 Change-Id: I07094b46868fd784f43d6ebfbbdd7ef1746b77b5 Signed-off-by: DR695H <dr695h@att.com>
2019-07-26change properties to match what is in the new oom repoDR695H1-8/+4
this needs to go in after https://gerrit.onap.org/r/#/c/testsuite/oom/+/92138/ https://gerrit.onap.org/r/#/c/oom/+/92137/ Issue-ID: TEST-165 Change-Id: I643482f4ec9fa26c7704795bbb33f86f47ad0407 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-7/+4
Issue-ID: TEST-174 Change-Id: I1997bd0e4b693f3560f2cfc254c93537c96ed444 Signed-off-by: DR695H <dr695h@att.com>
2019-07-22replace aai keywords with aai libDR695H1-12/+17
Issue-ID: TEST-174 Change-Id: Id4fd63c8f25cd695f77c3e81f658c8dbd99914f4 Signed-off-by: DR695H <dr695h@att.com>
2019-07-19import all librariesDR695H1-3/+3
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 varsDR695H1-1/+1
Issue-ID: TEST-174 Change-Id: Ie5354df3526133d398d3fea703145c4a1649b3c1 Signed-off-by: DR695H <dr695h@att.com>
2019-07-10remove log to consoleDR695H1-1/+1
log to console doesnt show things in the log files and so isnt viewable in jenkins. If console is really needed, add console=True to Log keyword Issue-ID: TEST-173 Change-Id: I9f736eab99120c4b7c32b55fd6c5e0f823e7b734 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20move rest of stirngtemplating off old formatDR695H1-3/+1
Issue-ID: TEST-158 Change-Id: I55c246eba1c0132d70b9c7298da095c72cdecbc3 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20replace aai, closeloop, sdc with jinjaDR695H1-4/+5
Issue-ID: TEST-158 Change-Id: I95a783f26e28512cb4fc98e50931d62001c489c6 Signed-off-by: DR695H <dr695h@att.com>
2019-06-13move uuid to onaplib.utilitiesDR695H1-1/+0
Change-Id: I57860949ad4417bb080cf5269e8fcc555e089da6 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-22removing servicemapping.pyDR695H1-5/+9
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-4/+4
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-02-08Add create VNFC to RobotMarco Platania1-0/+19
- Add template file and create functions to AAI section - Modify heatbridge to create VNFCs Change-Id: I66ec14241568e58f9d59bae8fb08c081d6a72822 Issue-ID: TEST-137 Signed-off-by: Marco Platania <platania@research.att.com>
2018-10-29Set prov-status to ACTIVEMarco Platania1-5/+5
Change-Id: Ida22369b7f85a38823a9b8cecd1c260906292c53 Issue-ID: INT-696 Signed-off-by: Marco Platania <platania@research.att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-04Programmatically determining keystone api versionAh1-2/+5
Issue-ID: TEST-39 Change-Id: If000bd3aa02447b9cab195bf48fc8fa050766514 Signed-off-by: Ah <Ashwini.Ah@arris.com>
2018-08-01Make ipv4-oam-address optionalMarco Platania1-1/+2
- ipv4-oam-address is an optional parameter. If specified, Heatbridge will write the OAM IP address to AAI. Change-Id: Ie4f72a4e531859d493696257143964e4e3175db1 Issue-ID: INT-602 Signed-off-by: Marco Platania <platania@research.att.com>
2018-07-25Add support to IPV4-OAM-ADDRESS to heatbridgeMarco Platania1-5/+7
Change-Id: I6f76e916e81d4f80c783d87d09f33dbf710da3fd Issue-ID: INT-602 Signed-off-by: Marco Platania <platania@research.att.com>
2018-05-31Set orchestration-status to ActiveMarco Platania1-2/+3
- Update heatbridge.robot to set up orchestration-status to Active after a VNF is created Change-Id: I116e94047296bd57ab543bbf4c1ecf549ade32cd Issue-ID: TEST-98 Signed-off-by: Marco Platania <platania@research.att.com>
2018-05-22Correct AAI PathBrian Freeman1-1/+1
Issue-ID: TEST-94 Change-Id: I96b85c1c6057de4352170208c60dce82136fe09e Signed-off-by: Brian Freeman <bf1936@att.com>
2018-05-22Set PROV with HeatbridgeBrian Freeman1-1/+23
Issue-ID: TEST-94 Change-Id: I9b29fae3b8b95131f68df7deea5131e431d70629 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-10-27Handle injected keystone URL and expose heatbridgeJerry Flood1-1/+2
Issue: TEST-68 Change-Id: Id0194b99b5a85d9e3d26043420b7655591d13c23 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-06-30[TEST-45] support injectable ipsDR695H1-1/+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-03-09TEST-4 Re-factor openstack region variablejf98601-27/+31
Change-Id: Iad9ef0555dbbd921e261bfa2a63806100bcf7c83 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-02-22Complete teardown implementation.jf98601-81/+58
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/+148
Change-Id: I64a2b6d8cf66169829866b73b3d26a4ff59b0a42 Signed-off-by: DR695H <dr695h@att.com>