summaryrefslogtreecommitdiffstats
path: root/testcases/vPing
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2015-05-26 15:59:58 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2015-05-26 15:59:58 +0200
commit5e5344e960612a26b9dcf8e793e82a74178faa09 (patch)
tree91a1069bc7a734e7abb7c6f6bb170bc3bfb92887 /testcases/vPing
parent0b10079d8e6796e4909e461548850dc9d15c8326 (diff)
Refactor functest environment. Bugfixes: arguments missing
JIRA: FUNCTEST-10 Change-Id: I796542f32a75892ff66ea23115cbcddd72438323 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'testcases/vPing')
-rw-r--r--testcases/vPing/CI/libraries/vPing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testcases/vPing/CI/libraries/vPing.py b/testcases/vPing/CI/libraries/vPing.py
index 5c02d5a32..e14155357 100644
--- a/testcases/vPing/CI/libraries/vPing.py
+++ b/testcases/vPing/CI/libraries/vPing.py
@@ -20,6 +20,7 @@ pp = pprint.PrettyPrinter(indent=4)
parser = argparse.ArgumentParser()
+parser.add_argument("repo_path", help="Path to the repository")
parser.add_argument("-d", "--debug", help="Debug mode", action="store_true")
args = parser.parse_args()