diff options
author | selias <samelias@cisco.com> | 2016-11-10 13:27:26 +0100 |
---|---|---|
committer | Samuel Eliáš <samelias@cisco.com> | 2016-11-10 12:44:10 +0000 |
commit | 7889a8bc03746d41643af32d5514e499df41fb3e (patch) | |
tree | d974bcda3dc0ee2ffa96cc837c07bff62a3a053c /resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml | |
parent | 67a5922484a983e1e8d99fcd43212344ff7e4504 (diff) |
CSIT-454: HC Test: fix package installation in csit-honeycomb job
Change-Id: Ie8ef408d87f2bd0327489179507076c6ea619e1e
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml')
-rw-r--r-- | resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml b/resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml index b0e857ca57..59bcfe9d65 100644 --- a/resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml +++ b/resources/tools/testbed-setup/playbooks/03-virl-post-install.yaml @@ -41,10 +41,6 @@ command: ln -sf /home/jenkins-in/testcase-infra/bin/start-testcase /home/jenkins-in/bin/start-testcase args: creates: /home/jenkins-in/bin/start-testcase - - name: Link start-honeycomb-testcase executable - command: ln -sf /home/jenkins-in/testcase-infra/bin/start-honeycomb-testcase /home/jenkins-in/bin/start-honeycomb-testcase - args: - creates: /home/jenkins-in/bin/start-honeycomb-testcase - name: Link stop-testcase executable command: ln -sf /home/jenkins-in/testcase-infra/bin/stop-testcase /home/jenkins-in/bin/stop-testcase args: |