diff options
author | DR695H <dr695h@att.com> | 2019-06-20 16:58:49 -0400 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-06-24 14:55:46 +0000 |
commit | ffe5abf688b12c715bdfdc920f327d822cc862d1 (patch) | |
tree | f4e71e5ff1249c0f087a149864a5113761ffd956 /robot/testsuites | |
parent | 25de6dc9c7f65c0a8d6c1d400e6ec6f26761d82b (diff) |
move appc assets out of templates
Issue-ID: TEST-158
Change-Id: I688d02eaec893cafc58c7eae24cf653f7f085c02
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/demo.robot | 1 | ||||
-rw-r--r-- | robot/testsuites/oof/oof-cmso.robot | 2 | ||||
-rw-r--r-- | robot/testsuites/oof/oof-has.robot | 2 | ||||
-rw-r--r-- | robot/testsuites/oof/oof-osdf.robot | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index 412c9cd1..8a11ab88 100644 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -75,7 +75,6 @@ Preload APPC CDT GUI [Tags] APPCCDTPreloadDemo Setup Browser Preload APPC CDT GUI -# Preload APPC CDT GUI demo reference_AllAction_vLoadBalancer_vLoadBalancer-test0_0.0.1V.json ${EXECDIR}/robot/assets/templates/appc/reference_AllAction_vLoadBalancer_vLoadBalancer-test0_0.0.1V.json ${EXECDIR}/robot/assets/templates/appc/template_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.xml ${EXECDIR}/robot/assets/templates/appc/pd_ConfigScaleOut_vLoadBalancer_vLoadBalancer-test0_0.0.1V_vLB.yaml Distribute vFWNG CDS Model [Documentation] Distribute vFWNG for CDS diff --git a/robot/testsuites/oof/oof-cmso.robot b/robot/testsuites/oof/oof-cmso.robot index 98cf63aa..e7d2aaee 100644 --- a/robot/testsuites/oof/oof-cmso.robot +++ b/robot/testsuites/oof/oof-cmso.robot @@ -2,7 +2,7 @@ Documentation Testing OOF-CMSO ... ... Testing OOF-CMSO Future Schedule ETE -Resource ../resources/oof_interface.robot +Resource ../../resources/oof_interface.robot *** Test Cases *** Basic OOF-CMSO CSIT diff --git a/robot/testsuites/oof/oof-has.robot b/robot/testsuites/oof/oof-has.robot index f0dd0475..64e52d95 100644 --- a/robot/testsuites/oof/oof-has.robot +++ b/robot/testsuites/oof/oof-has.robot @@ -2,7 +2,7 @@ Documentation Testing OOF-HAS ... ... Testing OOF-HAS SEND PLANS -Resource ../resources/oof_interface.robot +Resource ../../resources/oof_interface.robot *** Test Cases *** Basic OOF-HAS CSIT diff --git a/robot/testsuites/oof/oof-osdf.robot b/robot/testsuites/oof/oof-osdf.robot index 72e04c0f..4bcccc0f 100644 --- a/robot/testsuites/oof/oof-osdf.robot +++ b/robot/testsuites/oof/oof-osdf.robot @@ -2,7 +2,7 @@ Documentation Testing OOF-HAS ... ... Testing OOF-HAS SEND PLANS -Resource ../resources/oof_interface.robot +Resource ../../resources/oof_interface.robot *** Test Cases *** Basic OOF-OSDF CSIT for Homing |