diff options
author | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-08-08 15:53:43 +0300 |
---|---|---|
committer | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-08-08 15:53:43 +0300 |
commit | 5996d7a5b2d90c3caa563e27dbea6afa77b246e5 (patch) | |
tree | c0801e9047db6a2e69193efa0693067bdf5aeae1 /ete-k8s.sh | |
parent | 672a023b6428b39b730aee10d551c25f2692ba5f (diff) |
Add tag for sdc-dcae-d
Add tag for sdc-dcae-d test case to instructions
(the new test case with this tag comes in
https://gerrit.onap.org/r/#/c/testsuite/+/92864
and these commits should be merged together)
Issue-ID: SDC-2480
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Change-Id: Ifeffb32bb3719dcc47c7b6a3ca8fad30f17873fc
Diffstat (limited to 'ete-k8s.sh')
-rwxr-xr-x | ete-k8s.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -46,7 +46,9 @@ if [ "$1" == "" ] || [ "$2" == "" ]; then echo "" echo " pnf-registration.robot: ete, pnf_registrate" echo "" - echo " post-install-tests.robot dmaapacl, postinstall" + echo " post-install-tests.robot: dmaapacl, postinstall" + echo "" + echo " sdc-dcae-d.robot: sdc-dcae-d" echo "" echo " update_onap_page.robot: UpdateWebPage" echo "" |