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:
Josh
2017-07-02 09:56:17 +03:00
parent f71c32fd65
commit cf7bb150bf

View File

@@ -29,7 +29,7 @@ LOG = log.getLogger(__name__)
OPERATIONAL_PORT_STATUS = 'operational-port-status'
feature_set = None
feature_set = set()
def init():