aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run.sh
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2017-02-20 11:50:23 -0800
committerUlas Kozat <ulas.kozat@gmail.com>2017-02-20 11:53:21 -0800
commiteabf24bc23cc4db9a701dadcf6601f62154c09e9 (patch)
tree879c0607be3b9534156483442a968970da33a9a4 /tests/run.sh
parent735b8680ee2e546bbaceb9ffb4ae8db043779516 (diff)
JIRA: DOMINO-25
Test script updated to test new API features TUID query TUID based publishing Change-Id: Iceeb048f0fef40fafb24a08f44e16e9cdea657c0 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh5
1 files changed, 5 insertions, 0 deletions
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