summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/eteutils/HTTPUtils.py
AgeCommit message (Collapse)AuthorFilesLines
2019-06-17moving http to new keyword formatDR695H1-20/+0
Issue-ID: TEST-158 Change-Id: Ib0accb92a39a50fdc63227768a5fe628930c91df 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-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 3DR695H1-1/+3
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/+18
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>