summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/eteutils/TemplatingEngine.py
AgeCommit message (Collapse)AuthorFilesLines
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-01support python 3DR695H1-2/+1
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/+34
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>