Bug fix - Better way to grab file from gerrit
authorManuel Buil <manuel.buil@ericsson.com>
Fri, 19 Aug 2016 08:16:16 +0000 (10:16 +0200)
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>
Fri, 19 Aug 2016 09:36:30 +0000 (11:36 +0200)
We changed the way to download a single file from gerrit
We point now to the original file as bugs in tacker were fixed

Change-Id: I566b2f95ac1ab6032f22180bb42d0fa49482058c
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
testcases/features/sfc/set-up-tacker.sh

index da2cb92..e888933 100755 (executable)
@@ -1,6 +1,8 @@
-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
+git clone https://gerrit.opnfv.org/gerrit/fuel fuel
+pushd fuel
+git checkout e7f7abc89161441548545f79f0299610c6e5b203
+popd
+mv fuel/prototypes/sfc_tacker/poc.tacker-up.sh .
 bash poc.tacker-up.sh
 
 cat <<EOF > delete.sh