summaryrefslogtreecommitdiffstats
path: root/jjb/3rd_party_ci/functest-netvirt.sh
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-01-18 14:44:39 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-18 14:44:39 +0000
commit6d80e4d8e3c6d5ccfa2c186786c0dc7e44c5ddbc (patch)
treedd436eb6f0a29cc635845bf4feb31dee47193c4f /jjb/3rd_party_ci/functest-netvirt.sh
parent8c47f582083ab6ddde1a2fa8e02bbaf9ab27f592 (diff)
parent179b079a979369dbe3f78599342d5afe0e07634e (diff)
Merge "[ODL-pipe]Use of the daily suite from Functest"
Diffstat (limited to 'jjb/3rd_party_ci/functest-netvirt.sh')
-rwxr-xr-xjjb/3rd_party_ci/functest-netvirt.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/jjb/3rd_party_ci/functest-netvirt.sh b/jjb/3rd_party_ci/functest-netvirt.sh
deleted file mode 100755
index adffaf42d..000000000
--- a/jjb/3rd_party_ci/functest-netvirt.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-set -e
-
-# wipe the WORKSPACE
-/bin/rm -rf $WORKSPACE/*
-
-echo "Hello World"