aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/features/sfc/sfc_colorado1.py
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/features/sfc/sfc_colorado1.py')
-rwxr-xr-xtestcases/features/sfc/sfc_colorado1.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testcases/features/sfc/sfc_colorado1.py b/testcases/features/sfc/sfc_colorado1.py
index 20bfa2e44..1a6b9b8d2 100755
--- a/testcases/features/sfc/sfc_colorado1.py
+++ b/testcases/features/sfc/sfc_colorado1.py
@@ -551,7 +551,8 @@ def main():
break
else:
logger.info("Iterating again!")
- delete = ("bash delete.sh")
+ delete = "bash %s/testcases/features/sfc/delete.sh" % \
+ (FUNCTEST_REPO)
try:
subprocess.call(delete, shell=True, stderr=subprocess.PIPE)
time.sleep(10)