make odl_features default to empty feature set
Tests that do not need any features turned on should not be forced to initialize odl_features by using OpendaylightFeaturesFixture. After this change all features will be implicitly off. Change-Id: Iff40030dc84e4662cf33d3a9a875e3e895fb6627
This commit is contained in:
@@ -29,7 +29,7 @@ LOG = log.getLogger(__name__)
|
||||
|
||||
OPERATIONAL_PORT_STATUS = 'operational-port-status'
|
||||
|
||||
feature_set = None
|
||||
feature_set = set()
|
||||
|
||||
|
||||
def init():
|
||||
|
Reference in New Issue
Block a user