summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/vcpeutils
AgeCommit message (Collapse)AuthorFilesLines
2019-08-29Add itertools dependency to support python2.7umry83641-28/+45
- needed until a full swap to python 3 is effective - minor fix to improve pylint on CsarParser Issue-ID: INT-1228 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: I954794197233d17113bbdea5719d85980579d299
2019-08-28fix linter errors and copyrightDR695H2-6/+4
Change-Id: Idf7384307623c70a9f7714a5d276f404873c5974 Issue-ID: TEST-198 Signed-off-by: DR695H <dr695h@att.com>
2019-07-31pull global vars from robot trialDR695H1-9/+2
Issue-ID: TEST-184 Change-Id: I008c9cfbc1ae65c7735fcab2b474a0cbf7ec2ca9 Signed-off-by: DR695H <dr695h@att.com>
2019-07-22adding in the keywords for aai basDR695H1-42/+12
Issue-ID: TEST-174 Change-Id: I60052722c6e34cfe8a254ce2b5d9989d2d11114b Signed-off-by: DR695H <dr695h@att.com>
2019-07-09add string templating to new wayDR695H1-143/+94
Change-Id: I286a616eb364f5506a52e4a33d03e3e8371f9535 Issue-ID: TEST-173 Signed-off-by: DR695H <dr695h@att.com>
2019-07-08dd in sdnc keywords for vcpeDR695H3-252/+104
Change-Id: Ib3a630eeb18fdf8418b6e12c4eb781c28d8a3ffa Issue-ID: TEST-173 Signed-off-by: DR695H <dr695h@att.com>
2019-07-01adding in new keywords for base64, oof and sniroDR695H3-263/+75
Issue-ID: TEST-171 Change-Id: Ib305d17ca4847bf1e5740bd1983ca1f66b75bbd8 Signed-off-by: DR695H <dr695h@att.com>
2019-07-01removing unused code and moving so paramsDR695H2-89/+23
Issue-ID: TEST-171 Change-Id: Id93c60923a2830c4054108f898057d7258b9b4c2 Signed-off-by: DR695H <dr695h@att.com>
2019-05-24not ready to submit my changes to soutils yetDR695H1-25/+67
Change-Id: I02122ad3fcf8d32efaed6976246943902f112e44 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-24deelete requests client cert and copy dnsDR695H1-67/+25
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-04fix vcpeutilsDR695H4-71/+47
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 3DR695H4-42/+29
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 subdirectoryDR695H5-0/+1158
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>