X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Frun.sh;fp=tests%2Frun.sh;h=8918ce56f2634fd68604dab772d570ee668ad00f;hb=eabf24bc23cc4db9a701dadcf6601f62154c09e9;hp=d9dec64f501ba5a1ce825d3ecfee7870ffc22312;hpb=735b8680ee2e546bbaceb9ffb4ae8db043779516;p=domino.git diff --git a/tests/run.sh b/tests/run.sh index d9dec64..8918ce5 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -141,6 +141,11 @@ python domino-cli.py $CLIENT1_CLIPORT subscribe \ -l tosca.policies.Placement.Geolocation:properties:region:us-west-1 sleep 1 python domino-cli.py $CLIENT2_CLIPORT publish -t "$toscafile_test1" +sleep 1 +TUID=$(python domino-cli.py $CLIENT2_CLIPORT list-tuids | cut -c3-34) +echo $TUID +sleep 1 +python domino-cli.py $CLIENT2_CLIPORT publish -t "$toscafile_test1" -k "$TUID" #echo "Stopping Domino Client 1..." #stop_client1