diff options
author | Manuel Buil <manuel.buil@ericsson.com> | 2016-08-10 17:35:44 +0200 |
---|---|---|
committer | Manuel Buil <manuel.buil@ericsson.com> | 2016-08-12 10:20:55 +0200 |
commit | bc8568226a246afde4f7fa6f69dd0a3a33b3fe9b (patch) | |
tree | 98a9b5938ea2ca12111d364daf7a7fc5d78bea25 /testcases/features | |
parent | 1274116ebecf15739d225bd27e107fe04bd7b710 (diff) |
Tacker post script link changed
The tacker post script was modified in the fuel plug-in and thus the link
must be changed
Change-Id: I541eb43baf70171cb7c7ceb3fae284309a1a458b
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Diffstat (limited to 'testcases/features')
-rwxr-xr-x | testcases/features/sfc/set-up-tacker.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testcases/features/sfc/set-up-tacker.sh b/testcases/features/sfc/set-up-tacker.sh index 577b7d94e..da2cb922e 100755 --- a/testcases/features/sfc/set-up-tacker.sh +++ b/testcases/features/sfc/set-up-tacker.sh @@ -1,8 +1,8 @@ -curl "https://gerrit.opnfv.org/gerrit/gitweb?p=fuel.git;a=blob_plain;f=prototypes/sfc_tacker/poc.tacker-up.sh;hb=ddd4e11bb8bc62b7e8b06d4b44a308293c2c3362" > poc.tacker-up.sh +git_commit=ee3046f24df0bfca7ee15501f6c06ad86dd462c2 +curl "https://gerrit.opnfv.org/gerrit/gitweb?p=fuel.git;a=blob_plain;\ +f=prototypes/sfc_tacker/poc.tacker-up.sh;hb=${git_commit}" > poc.tacker-up.sh bash poc.tacker-up.sh -touch delete.sh - cat <<EOF > delete.sh tacker sfc-classifier-delete red_http tacker sfc-classifier-delete blue_ssh |