diff options
author | Brian Freeman <bf1936@att.com> | 2020-04-27 18:26:07 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2020-05-01 08:30:45 -0500 |
commit | b548819a2c9f68f68312ef11c15aad966227606a (patch) | |
tree | 17bd56307da592858fcaf7742dd5d911468cc26d /ete-k8s.sh | |
parent | b73d77ca2e9df3d7300ca85b5593d89a9271d13a (diff) |
Add instantiateVFWCLDN for DANOS
Issue-ID: INT-1566
Change-Id: I48525947492061a98092f3b102ba240146a18e61
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'ete-k8s.sh')
-rwxr-xr-x | ete-k8s.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ if [ "$1" == "" ] || [ "$2" == "" ]; then echo " clamp.robot: clamp" echo "" echo " demo.robot: InitDemo, InitCustomer, APPCCDTPreloadDemo, APPCMountPointDemo, DistributeDemoVFWDT, DistributeVFWNG," - echo " InitDistribution, PreloadDemo, deleteVNF, heatbridge, instantiateDemoVFWCL, instantiateVFW, instantiateVFWCL, instantiateVFWDT" + echo " InitDistribution, PreloadDemo, deleteVNF, heatbridge, instantiateDemoVFWCL, instantiateVFW, " + echo " instantiateVFWCL, instantiateVFWDT, instantiateVFWCLDN" echo "" echo " health-check.robot: health, core, small, medium, 3rdparty, api, datarouter, externalapi, health-aaf, health-aai, health-appc," echo " health-clamp, health-cli, health-dcae, health-dmaap, health-log, health-modeling, health-msb," |