We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9446e commit 4ccee1fCopy full SHA for 4ccee1f
1 file changed
tests/unit/plugins/test_base.py
@@ -179,6 +179,10 @@ def _get_config_options(self):
179
def _instance_cleanup(self, instance):
180
self.cleaned_instances.append(instance)
181
182
+ def _init_devices(self):
183
+ super(DummyPlugin,self)._init_devices()
184
+ self._devices_supported = True
185
+
186
def _get_device_objects(self, devices):
187
objects = []
188
for device in devices:
0 commit comments