diff options
author | Ferenc Cserepkei <ferenc.cserepkei@ericsson.com> | 2016-08-30 12:10:47 +0200 |
---|---|---|
committer | Ferenc Cserepkei <ferenc.cserepkei@ericsson.com> | 2016-08-30 12:11:14 +0200 |
commit | 0d1faa954ec5a5e2911a2ec6df2f0a5f8782a623 (patch) | |
tree | 4f643619940a91137c69b8d2ea0c8e9f3117c4f5 /testcases/features/sfc/set-up-tacker.sh | |
parent | 8afd88fdf4574136d44cfaa8b01a4fa89e6a7a81 (diff) |
update fuel ref in tacker setup script
Since the poc script is fixed it's fuel commit hash in the setup
script have to be updated to select the fixed poc script.
Change-Id: I1fd22e4dc216fd2889adea0c9889df1d4a1bf476
Signed-off-by: Ferenc Cserepkei <ferenc.cserepkei@ericsson.com>
Diffstat (limited to 'testcases/features/sfc/set-up-tacker.sh')
-rwxr-xr-x | testcases/features/sfc/set-up-tacker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/features/sfc/set-up-tacker.sh b/testcases/features/sfc/set-up-tacker.sh index 8098ad997..85832ab7f 100755 --- a/testcases/features/sfc/set-up-tacker.sh +++ b/testcases/features/sfc/set-up-tacker.sh @@ -1,7 +1,7 @@ apt-get install -y git-core git clone https://gerrit.opnfv.org/gerrit/fuel fuel pushd fuel -git checkout e7f7abc89161441548545f79f0299610c6e5b203 +git checkout ad0dd57 popd mv fuel/prototypes/sfc_tacker/poc.tacker-up.sh . bash poc.tacker-up.sh |