Update Lighty baseUrl to RFC8040
[transportpce.git] / tests / transportpce_tests / common / test_utils.py
index 58ccf122c22ba3c10bb8cea6586a96f495e0d348..4911c2a3ff9d10595d78548afb5742ec2aaf65dc 100644 (file)
@@ -59,8 +59,6 @@ else:
 
 RESTCONF_PATH_PREFIX = {'rfc8040': '/rests',
                         'draft-bierman02': '/restconf'}
-if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
-    RESTCONF_PATH_PREFIX['rfc8040'] = '/restconf'
 
 if 'USE_ODL_RESTCONF_VERSION' in os.environ:
     RESTCONF_VERSION = os.environ['USE_ODL_RESTCONF_VERSION']