Exemplo n.º 1
0
 def setUp(self):
     super(TestPortgroupIdent, self).setUp()
     self.valid_name = 'my-portgroup'
     self.valid_uuid = uuidutils.generate_uuid()
     self.invalid_name = 'My Portgroup'
     self.portgroup = test_api_utils.post_get_test_portgroup()
Exemplo n.º 2
0
 def setUp(self):
     super(TestPortgroupIdent, self).setUp()
     self.valid_name = 'my-portgroup'
     self.valid_uuid = uuidutils.generate_uuid()
     self.invalid_name = 'My Portgroup'
     self.portgroup = test_api_utils.post_get_test_portgroup()