예제 #1
0
 def test_tenant_update(self):
     """
     Test if it update a tenant's information (keystone tenant-update)
     """
     self.assertDictEqual(keystone.tenant_update(),
                          {"Error": "Unable to resolve tenant id"})
예제 #2
0
 def test_tenant_update(self, mock):
     '''
     Test if it update a tenant's information (keystone tenant-update)
     '''
     self.assertDictEqual(keystone.tenant_update(),
                          {'Error': 'Unable to resolve tenant id'})
예제 #3
0
 def test_tenant_update(self, mock):
     '''
     Test if it update a tenant's information (keystone tenant-update)
     '''
     self.assertDictEqual(keystone.tenant_update(),
                          {'Error': 'Unable to resolve tenant id'})