aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/openstack/keystone_interface.robot
AgeCommit message (Collapse)AuthorFilesLines
2020-04-05Remove trailing spaces in robot scriptsmrichomme1-5/+5
warning raised when using robotframework-linter Issue-ID: INT-1478 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I8eb97ef9e3651c0d8f9de6647ebc917d1addf9d0 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-07-23cleaning up some warningsDR695H1-5/+5
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-06-20replace aai, closeloop, sdc with jinjaDR695H1-7/+9
Issue-ID: TEST-158 Change-Id: I95a783f26e28512cb4fc98e50931d62001c489c6 Signed-off-by: DR695H <dr695h@att.com>
2019-06-19only use the file version of json templateDR695H1-4/+2
Issue-ID: TEST-158 Change-Id: Ib172145fe3e5d77bd688505b145ca1709422366a Signed-off-by: DR695H <dr695h@att.com>
2019-06-17adjust where we source keywords fromDR695H1-2/+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-05-14remove unneeded librariesDR695H1-3/+1
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-1/+1
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>
2018-10-19robot script modified, removing nopad optionehanan1-1/+1
Change-Id: I52d535e53bf1ef569f697134dbc452855a0e6bcd Issue-ID: TEST-126 Signed-off-by: eHanan <eoin.hanan@ericsson.com>
2018-10-04Programmatically determining keystone api versionAh1-10/+68
Issue-ID: TEST-39 Change-Id: If000bd3aa02447b9cab195bf48fc8fa050766514 Signed-off-by: Ah <Ashwini.Ah@arris.com>
2018-09-05Password Encryption and LoggingBrian Freeman1-2/+5
Issue-ID: INT-515 Change-Id: I96c5daede6c6437493f854afa3fd24f70a95ed77 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-02-23cleaning up some dirty code and warnings from REDDR695H1-1/+1
Issue-ID: TEST-79 Change-Id: Iadfe17079c4cf1aa4483464c748d2ab31244df63 Signed-off-by: DR695H <dr695h@att.com>
2017-10-27Handle injected keystone URL and expose heatbridgeJerry Flood1-2/+13
Issue: TEST-68 Change-Id: Id0194b99b5a85d9e3d26043420b7655591d13c23 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-09-11Automatically Set Tenant in Robot VMYang Xu1-2/+2
Issue-Id: INT-192 Change-Id: I9f8a4bb3dc0131385ef6316548a8d2b52eb53037 Signed-off-by: Yang Xu <xuyang11@gmail.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-06-08Add tenant name to keystone authenticationJerry Flood1-1/+1
Issue: TEST-28 Change-Id: I939a40b3fc9ae09a2b73df0e77ecc2b47ac9a255 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-04-19Check HTTP status code on Keystone Auth requestGary Wu1-0/+1
The HTTP status code was not being checked during Keystone Auth request, which causes failures to only be detected down the road when the returned JSON object is being parsed. This change adds the HTTP status code check right at point of API invocation. Change-Id: Id53582090bb1e6c3ee04b3ec5488a8b6368dedfa Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-03-16Switch from using GLOBAL_VM_PROPERTIES hashJerry Flood1-2/+1
to GLOBAL_INJECTED_<name> variables Change-Id: Ibbb28f3eaaa1cbad9b6df64d3b2edf8876c24d51 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-09TEST-4 Re-factor openstack region variablejf98601-8/+14
Change-Id: Iad9ef0555dbbd921e261bfa2a63806100bcf7c83 Signed-off-by: jf9860 <jf9860@att.com>
2017-02-17Initial checkin of EopenECOMP testsuiteDR695H1-0/+49
Change-Id: I64a2b6d8cf66169829866b73b3d26a4ff59b0a42 Signed-off-by: DR695H <dr695h@att.com>