summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/eteutils
AgeCommit message (Collapse)AuthorFilesLines
2019-06-17create music keywords and move over http keywordsDR695H1-126/+0
Issue-ID: TEST-158 Change-Id: I74c0a6141a35ab44481c868f5b3f0277cc1b97ca Signed-off-by: DR695H <dr695h@att.com>
2019-06-17moving http to new keyword formatDR695H2-34/+0
Issue-ID: TEST-158 Change-Id: Ib0accb92a39a50fdc63227768a5fe628930c91df Signed-off-by: DR695H <dr695h@att.com>
2019-06-13move dns and uuid to the new format of keywordsDR695H4-63/+0
Change-Id: I07612b85424c4d687b0c551ecc7727920d2736b0 Issue-ID: TEST-164 Signed-off-by: DR695H <dr695h@att.com>
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-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-05-24deelete requests client cert and copy dnsDR695H1-7/+0
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-23move templating engineDR695H1-36/+0
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-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 branchDR695H1-13/+19
Change-Id: I509eb43e533995601c31e9bd8acd38c7c9d4a844 Issue-ID: TEST-154 Signed-off-by: DR695H <dr695h@att.com>
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-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-01support python 3DR695H9-36/+36
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 subdirectoryDR695H13-0/+508
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>