summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-17updateing the version so that the branch exists4.0.0-ONAPdublinDR695H1-1/+1
Issue-ID: TEST-158 Change-Id: I071faccfb8634dd308e3f0edc18e8dc970c9f077 Signed-off-by: DR695H <dr695h@att.com>
2019-05-06Merge "fix vcpeutils"Gary Wu10-78/+90
2019-05-05Check unicode for stringYang Xu2-5/+6
Change-Id: I2d647a82fa38b1ef9ee5b8a2d80296f069e2f079 Issue-ID: INT-1064 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-05-04fix vcpeutilsDR695H10-78/+90
removed relative imports and using the preferred method of importing. use the open instead of file method to get files use the new pyaml method that specifies the loader use builtins.basestring for unicode and nonunicode comparison use the correct method to call the robot framework logger warn adding in unit tests for things to make sure they work Change-Id: I15da74ff66988ef2610ada3ae21a1c6104c26c35 Issue-ID: INT-1061 Signed-off-by: DR695H <dr695h@att.com>
2019-05-03fix httputilsDR695H1-3/+3
fix httputils to use six for everything Change-Id: I52f63b9b83f07bc9691c960e7806e225f5bfb712 Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
2019-05-02support python 3DR695H1-1/+1
support python 3 by using python 3.6 not 3.7 Change-Id: If5a093b322ee3f81fdc73436f9b32b7da918ac3c Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
2019-05-01support python 3DR695H19-157/+240
support python 3 in all files, also support python 2 however so everything should continue to work Change-Id: I4ace08d2bb0623c0fdc61f2fe39d2339817aa916 Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
2019-04-30move back to python based buildsDR695H3-155/+0
move back to python based builds since maven was missing some things Change-Id: I9f5b4f50aaca4559a53f795f8f4525a8c8445fbc Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
2019-04-24skip parent project deployDR695H1-0/+15
skip parent project deploy since it is not actually used Change-Id: Ic89de70e459841a47268ab8e422c1893386cb887 Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
2019-04-23make robotframework-onap not deploy twiceDR695H2-8/+15
make robotframework-onap not deploy twice Change-Id: I9e01f58f666e99099522895ebf335f13bd07c950 Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
2019-04-23move robotframeworkonap to subdirectoryDR695H32-80/+411
i also moved the build to maven based, although that isnt needed to work right now. Change-Id: Ib18d70e3ea4858cc4b9d51fdc2046b59202640ab Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-04-17Removed heatbride callBrian Freeman1-3/+4
Issue-ID: INT-1028 Change-Id: I8d294c9a2a4d0369000aecc8939d6be2ca69b73d Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-16Add vcpeutils for vFWBrian Freeman5-3/+1160
Additional changes in runTags.sh and setup.sh in testsuite needed to use vcpeutils Issue-ID: INT-1028 Change-Id: I45fb4ded70998685c94d9c11a154ce4a452836ce Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-11Add templating engineDR695H4-6/+420
flesh out the setup.py, add in a jinja template engine Python2.7 Also enhanced gitignore and added a pom.xml to eventually start getting this into the nexus3 repo Change-Id: I0fbef46941211fdbffe183614fba0c08edc9ed31 Issue-ID: TEST-140 Signed-off-by: DR695H <dr695h@att.com>
2019-03-20Fix for deepdiff 4.0 upgradeBrian Freeman1-2/+2
deepdiff upgraded to 4.0 in latest and doesn't work with Python2.7 Need to specify a deepdif before 3.3 Issue-ID: INT-990 Change-Id: I681e3663e5b1d87d36d889f1cd8be1f326ed7e57 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-03-15Update INFO.yaml fileJessica Wagantall1-0/+108
Update missing information blocks and indentation to pass verify job. Change-Id: If8f694dc21a0c72c2494bb451c210c7f27b2597a Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-01-07Add csv file helperBrian Freeman1-0/+16
Issue-ID: INT-797 Change-Id: I187b1c882d087eee5df9ec49f7261c2b07332f28 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-10-01code changed to add v2.0 as default value3.0.1-ONAP3.0.0-ONAPcasablancaAh1-1/+1
Issue-ID: TEST-39 Change-Id: If1bd85197d12aea11613380eb314310a0b66967a Signed-off-by: Ah <Ashwini.Ah@arris.com>
2018-10-01Support for Keystone V3Ah1-8/+34
Issue-ID: TEST-39 Change-Id: Ife059f312e6c1195c36a50f8daaaaaef80429fa4 Signed-off-by: Ah <Ashwini.Ah@arris.com>
2018-02-23removing string encode which doesnt seem to encode2.0.0-ONAPbeijing2.0.0-ONAPDR695H1-6/+2
Issue-ID: TEST-79 Change-Id: Ice7795a2731466119b5fcaa4ecb4bcb1c0f6d917 Signed-off-by: DR695H <dr695h@att.com>
2018-02-23adjust imports of urlib so doesnt rely on requestsDR695H1-4/+4
Issue-ID: TEST-79 Change-Id: I8f067cf8a8b3c32b127fa985d46ab86008e063d4 Signed-off-by: DR695H <dr695h@att.com>
2018-01-25Adding string encoder supportTal Karbachinsky1-1/+6
Issue-ID: TEST-76 Change-Id: I805da261cd7ebb4ed4111f333cd3cd6225d87352 Signed-off-by: Tal Karbachinsky <talka@amdocs.com>
2017-10-27Add method to parse URL into piece parts1.0.1-ONAP1.0.1-Amsterdam1.0.0-ONAP1.0.0-AmsterdamJerry Flood1-1/+6
Issue: TEST-68 Change-Id: I15a6053b6a2e9f6426eda88d960437c650093133 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-11Support WindRiver openstack in libraryJerry Flood1-12/+15
Issue: TEST-64 Change-Id: I87795d6d03a1a60df689e3d16486129dc32cf69b Signed-off-by: Jerry Flood <jf9860@att.com>
2017-06-05Externalize soak parameters to a json fileJerry Flood3-13/+23
Issue: TEST-38 Change-Id: I90ae5ebaf7cdfed770dfe99c9ae600bb425abadf Signed-off-by: Jerry Flood <jf9860@att.com>
2017-05-30Merge "TEST-2 load/soak test utility"Daniel Rose6-3/+264
2017-04-21[TEST-18] Add function to suppress cert warningsJerry Flood1-2/+7
Change-Id: I089debc2d8b736316443a53375a15e4791bef9bd Signed-off-by: Jerry Flood <jf9860@att.com>
2017-04-18TEST-26 Add DCAE VMs to list to gather dataJerry Flood1-0/+5
Change-Id: If518ee77db7fac83912ac11469da79373373729d Signed-off-by: Jerry Flood <jf9860@att.com>
2017-04-12TEST-2 load/soak test utilityJerry Flood6-3/+264
Command line load/soak test utility to run multple ETE tests at once. Change-Id: I4b0224d4fbdf82964acaf7704a5e6d9802d8a0e1 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-03-29Update .gitreview with onap URLAndrew Grimberg1-0/+4
Change-Id: I505aedef4ef63a2135c65ab602e985c6347b5c5f Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-03-22TEST-6 Robot listener for failed testsJerry Flood1-0/+121
Robot Framework listener that will run the gather data step at the end a failed test. The data will be published with robot results. Change-Id: If818eaa03370078991842feb344db0b6d6ec31a5 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-02-15Initial checkin of OpenECOMP testing utilsrelease-1.0.0DR695H15-0/+354
Change-Id: Ife652fabd1ee64d73d0cb0b72f954b9a44de615f Signed-off-by: DR695H <dr695h@att.com>
2017-02-15Initial empty repositoryAndrew Grimberg0-0/+0