Change getter.py script so it does not use token
[integration/test.git] / tools / netconf_tools / getter.py
index 7ef251b1170593bb222d118e2e884bdbb9ba9a06..4596277807bdff48a8b9264e9a2a4a9d8b0f7100 100644 (file)
@@ -53,7 +53,7 @@ def parse_arguments():
                         help='Username for ODL Restconf authentication')
     parser.add_argument('--password', default='admin',
                         help='Password for ODL Restconf authentication')
-    parser.add_argument('--scope', default='sdn',
+    parser.add_argument('--scope',
                         help='Scope for ODL Restconf authentication')
     parser.add_argument('--count', type=int,
                         help='Count of devices to query')