From 722a08910f920e79aac763874cdf6368a326c4b0 Mon Sep 17 00:00:00 2001 From: Ferenc Cserepkei Date: Tue, 30 Aug 2016 12:10:47 +0200 Subject: 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 (cherry picked from commit 0d1faa954ec5a5e2911a2ec6df2f0a5f8782a623) --- testcases/features/sfc/set-up-tacker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testcases') 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 -- cgit 1.2.3-korg