summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2019-08-28Add toxumry83641-53/+16
it would create virtualenv to - run tests in python2.7 and 3 - perform linting operations (flake8, pylint) Issue-ID: INT-1228 Change-Id: I451e1108285f6ebffc650bf3de4f175594ec796d Signed-off-by: umry8364 <morgan.richomme@orange.com> Signed-off-by: DR695H <dr695h@att.com>
2019-08-28fix linter errors and copyrightDR695H1-2/+2
Change-Id: Idf7384307623c70a9f7714a5d276f404873c5974 Issue-ID: TEST-198 Signed-off-by: DR695H <dr695h@att.com>
2019-08-15initial redo of the requests keywords for client certsDR695H1-1/+5
Issue-ID: TEST-184 Change-Id: Ie35e9c64180bad574ba3e4fc77f8418e4ab27528 Signed-off-by: DR695H <dr695h@att.com>
2019-07-18fix uuid reimplemntationDR695H1-1/+1
Change-Id: I2a3fea06b026a450b3c334706c386424e00f07e0 Issue-ID: TEST-174 Signed-off-by: DR695H <dr695h@att.com>
2019-07-18cleanup how message factory is usedDR695H1-8/+9
apparantly if you use binary protobuf you cant recall the same instance variable Issue-ID: TEST-175 Change-Id: I413c04dec5f94363a54d5e9e00e135d95620abd3 Signed-off-by: DR695H <dr695h@att.com>
2019-07-01support json path searchingDR695H1-1/+2
Issue-ID: TEST-172 Change-Id: Id5a355ca0148efb97065c0a5aacd53ddfd11818d Signed-off-by: DR695H <dr695h@att.com>
2019-07-01removing unused code and moving so paramsDR695H1-2/+0
Issue-ID: TEST-171 Change-Id: Id93c60923a2830c4054108f898057d7258b9b4c2 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20removing the eteutils folder since its not used anymoreDR695H1-2/+1
Issue-ID: TEST-158 Change-Id: Ic923e8c7c992e2915a51c9f8790197d8386f6f54 Signed-off-by: DR695H <dr695h@att.com>
2019-06-18add sasl support to kafkaDR695H1-1/+1
Change-Id: I372bcc8a478d137f58b6ab9017a555f584e48f30 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-06-17copying openstack keywords to the onap libDR695H1-1/+2
also editing the disable warnings keyword back in Issue-ID: TEST-158 Change-Id: I436e2b53a154171fea83a0707bf3c28602510dd7 Signed-off-by: DR695H <dr695h@att.com>
2019-06-03add in kafka lib for working with kafka directlyDR695H1-1/+2
Change-Id: Ibea385fbd3eb835c1b29a8bf9883122c97a4dd62 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-24create so keywords for use in robot frameworkDR695H1-1/+2
recreates all of SO_Interface into a python component Change-Id: I2a1347cb6614979692244156cefe2849b7894709 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-22adding in new onap lib and servicemappingDR695H1-2/+3
this remvoes the need for servicemapping.json Change-Id: I4a151293c19a386b79135816e86f7402ba29ad8d Issue-ID: TEST-157 Signed-off-by: DR695H <dr695h@att.com>
2019-05-13move to 5 for master branchDR695H1-1/+1
Change-Id: I509eb43e533995601c31e9bd8acd38c7c9d4a844 Issue-ID: TEST-154 Signed-off-by: DR695H <dr695h@att.com>
2019-05-04fix vcpeutilsDR695H1-4/+11
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-01support python 3DR695H1-3/+7
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-23move robotframeworkonap to subdirectoryDR695H1-0/+48
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>