aboutsummaryrefslogtreecommitdiffstats
path: root/robot/resources/test_templates/vnf_orchestration_with_cds_test_template.robot
AgeCommit message (Collapse)AuthorFilesLines
2020-04-05Remove trailing spaces in robot scriptsmrichomme1-5/+4
warning raised when using robotframework-linter Issue-ID: INT-1478 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I8eb97ef9e3651c0d8f9de6647ebc917d1addf9d0 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-09-17add needed import and move cds to common folderDR695H1-2/+4
Issue-ID: TEST-214 Change-Id: I7356bd28230adbdd7e56f6488000da71719469d8 Signed-off-by: DR695H <dr695h@att.com>
2019-08-05property cleanup and pnf cleanupDR695H1-1/+1
Issue-ID: TEST-184 Change-Id: I355c3de561dfb80334e881c884467116ad5ee25e Signed-off-by: DR695H <dr695h@att.com>
2019-07-29renaming openecomp to onapDR695H1-5/+5
Issue-ID: TEST-27 Change-Id: I8449025f1032719f04d0e283e12d9f9bc75542b7 Signed-off-by: DR695H <dr695h@att.com>
2019-07-22move the main so interface to use onaplibraryDR695H1-4/+5
left some cloud config and direct instantiate seperate Change-Id: I4c508d5403c660f83b14b98585111b9219bae6b7 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-07-22replace aai keywords with aai libDR695H1-6/+6
Issue-ID: TEST-174 Change-Id: Id4fd63c8f25cd695f77c3e81f658c8dbd99914f4 Signed-off-by: DR695H <dr695h@att.com>
2019-07-16removing the rest of preload global varsDR695H1-16/+4
Issue-ID: TEST-174 Change-Id: Ie5354df3526133d398d3fea703145c4a1649b3c1 Signed-off-by: DR695H <dr695h@att.com>
2019-07-12remove some global variablesDR695H1-9/+3
global state is really confusing Issue-ID: TEST-174 Change-Id: I470c4b9008fd7c8eaf1255947e08cd026a860711 Signed-off-by: DR695H <dr695h@att.com>
2019-07-10remove log to consoleDR695H1-10/+10
log to console doesnt show things in the log files and so isnt viewable in jenkins. If console is really needed, add console=True to Log keyword Issue-ID: TEST-173 Change-Id: I9f736eab99120c4b7c32b55fd6c5e0f823e7b734 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20move rest of stirngtemplating off old formatDR695H1-13/+11
Issue-ID: TEST-158 Change-Id: I55c246eba1c0132d70b9c7298da095c72cdecbc3 Signed-off-by: DR695H <dr695h@att.com>
2019-06-19move so, clamp, oof to jinjaDR695H1-1/+0
Issue-ID: TEST-158 Change-Id: I88798326879463103a66a97d4ddbc53e864be01a Signed-off-by: DR695H <dr695h@att.com>
2019-06-19move cds templates to template folderDR695H1-3/+3
Issue-ID: TEST-158 Change-Id: I492de0574080a9b1e8420e513b53477f133b98d5 Signed-off-by: DR695H <dr695h@att.com>
2019-06-17adjust where we source keywords fromDR695H1-2/+1
Issue-ID: TEST-158 Change-Id: Icf8085ad56185850e261c318441c52f03d2ad37a Signed-off-by: DR695H <dr695h@att.com>
2019-06-13move uuid to onaplib.utilitiesDR695H1-2/+2
Change-Id: I57860949ad4417bb080cf5269e8fcc555e089da6 Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-06-03replcaing jsonutils with onaplib.jsonDR695H1-1/+1
Change-Id: I467ec46519f3fbe7d7d08e481f88bf7b20ffbbce Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-09upgrade to python3 librariesDR695H1-3/+3
basing the code off of robot framework 3.1.1 instead of 3.0, replacing selenium2lib with selnium lib and selenium3, replacing extendedselenium with angularjs lib. Fixing most warnings and all errors from these moves Change-Id: Ifed68c5b8cd28c7bbdc80ee7245860914bdee5b4 Issue-ID: TEST-151 Signed-off-by: DR695H <dr695h@att.com>
2018-10-28Support multiple vfmodules in Robot CDS macro flowYang Xu1-8/+21
Change-Id: I4a4c32ef624cb4fb403bf4e43c7e410d61eccfb8 Issue-ID: CCSDK-537 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-09-18Robot script triggering SO Macro for vFW use caseYang Xu1-0/+145
Change-Id: I1944e3fa5f20091d7f6f7b58673f2ef5e51a3fe4 Issue-ID: CCSDK-537 Signed-off-by: Yang Xu <yang.xu3@huawei.com>