def test_available_clouds(self):
     # the other providers are currently distributed as separate
     # installs (tools/c7n_azure and tools/c7n_gcp)
     self.assertEqual(sorted(clouds.keys()), ["aws", "azure", "gcp", "k8s"])
Exemple #2
0
 def test_available_clouds(self):
     # the other providers are currently distributed as separate
     # installs (tools/c7n_azure and tools/c7n_gcp)
     self.assertEqual(sorted(clouds.keys()), ["aws", "azure", "gcp", "k8s"])
Exemple #3
0
 def test_available_clouds(self):
     self.assertEqual(
         sorted(clouds.keys()),
         ['aws', 'azure', 'gcp'])