コード例 #1
0
ファイル: neutron_test.py プロジェクト: bryson/salt
 def test_get_quotas_tenant(self, mock):
     """
     Test if it fetches tenant info in server's context for
     following quota operation
     """
     self.assertTrue(neutron.get_quotas_tenant(profile="openstack1"))
コード例 #2
0
 def test_get_quotas_tenant(self, mock):
     '''
     Test if it fetches tenant info in server's context for
     following quota operation
     '''
     self.assertTrue(neutron.get_quotas_tenant(profile='openstack1'))
コード例 #3
0
 def test_get_quotas_tenant(self):
     """
     Test if it fetches tenant info in server's context for
     following quota operation
     """
     self.assertTrue(neutron.get_quotas_tenant(profile="openstack1"))