def setUp(self): super(TestQosAssociate, self).setUp() self.qos_mock.get.return_value = self.qos_spec self.types_mock.get.return_value = self.volume_type # Get the command object to test self.cmd = qos_specs.AssociateQos(self.app, None)
def setUp(self): super(TestQosAssociate, self).setUp() # Get the command object to test self.cmd = qos_specs.AssociateQos(self.app, None)