summaryrefslogtreecommitdiffstats
path: root/robotframework-onap
AgeCommit message (Collapse)AuthorFilesLines
2019-06-06Improve URL encodingkaihlavi1-3/+3
Change URL encoding to apply percent-encoding also to spaces (which are currently converted to plus characters) Corrected also too specific disable_warnings method documentation Issue-ID: TEST-162 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: Iac253533905755955236e72e292cff2e49180034
2019-06-03add in kafka lib for working with kafka directlyDR695H4-2/+105
Change-Id: Ibea385fbd3eb835c1b29a8bf9883122c97a4dd62 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-06-03remove jsonutils since its in the ONAPLibrary nowDR695H1-47/+0
Change-Id: I6483723514b54f1894b1609b7a516ca6c996d5f0 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-06-03move over json keywords and protobuf keywordDR695H5-0/+259
Change-Id: I711a641fd49cb839eff171816e13e284de38febc Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-24not ready to submit my changes to soutils yetDR695H2-26/+68
Change-Id: I02122ad3fcf8d32efaed6976246943902f112e44 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-24deelete requests client cert and copy dnsDR695H4-74/+74
requests client cert is in request lib proper now and dns keywords is moving to the new style robot library Change-Id: I02b0fbc4839ba1e80bbc857498e128bc6db9be8e Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-24create so keywords for use in robot frameworkDR695H4-1/+182
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-23move templating engineDR695H2-3/+36
rename it to the Temaplaitng subcomponent and seperate out the keywords into its own file Change-Id: Id1795be9b8add507226ae8deb7a6f1b4c01cc118 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-22cleanup descriptions of the method namesDR695H1-4/+9
Change-Id: I3559038d57122f481928a214d071f6bce5748314 Issue-ID: TEST-157 Signed-off-by: DR695H <dr695h@att.com>
2019-05-22adding in new onap lib and servicemappingDR695H6-2/+260
this remvoes the need for servicemapping.json Change-Id: I4a151293c19a386b79135816e86f7402ba29ad8d Issue-ID: TEST-157 Signed-off-by: DR695H <dr695h@att.com>
2019-05-21redo tempalteengine to not need param in initDR695H1-6/+9
init causes robot to do some weird things if it has a parameter in it so remvoing it Change-Id: If63eb640c8ce1f38a206d9dbee84143b798707d4 Issue-ID: TEST-155 Signed-off-by: DR695H <dr695h@att.com>
2019-05-21add socketutilsDR695H1-0/+15
socketuitls will let us replace rammbock fro simple libs Change-Id: I20c44a214bc2e839cb1c261d0ef2f0dd06bcfb54 Issue-ID: TEST-155 Signed-off-by: DR695H <dr695h@att.com>
2019-05-13move to 5 for master branchDR695H2-14/+20
Change-Id: I509eb43e533995601c31e9bd8acd38c7c9d4a844 Issue-ID: TEST-154 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 buildsDR695H2-126/+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-23make robotframework-onap not deploy twiceDR695H1-8/+1
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 subdirectoryDR695H30-0/+2403
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>