summaryrefslogtreecommitdiffstats
path: root/sdnvpn/test/functest/testcase_9.py
diff options
context:
space:
mode:
Diffstat (limited to 'sdnvpn/test/functest/testcase_9.py')
-rw-r--r--sdnvpn/test/functest/testcase_9.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/sdnvpn/test/functest/testcase_9.py b/sdnvpn/test/functest/testcase_9.py
index 2fd067e..45e9d5b 100644
--- a/sdnvpn/test/functest/testcase_9.py
+++ b/sdnvpn/test/functest/testcase_9.py
@@ -13,7 +13,6 @@
# - Start a BGP router with OpenDaylight
# - Add the functest Quagga as a neighbor
# - Verify that the OpenDaylight and gateway Quagga peer
-import argparse
import logging
import sys
@@ -27,14 +26,6 @@ TESTCASE_CONFIG = sdnvpn_config.TestcaseConfig(
logger = logging.getLogger('__name__')
-parser = argparse.ArgumentParser()
-
-parser.add_argument("-r", "--report",
- help="Create json result file",
- action="store_true")
-
-args = parser.parse_args()
-
def main():
results = Results(COMMON_CONFIG.line_length)