Beispiel #1
0
 def test_application_vpc_configured(self) -> None:
     """
     Determine if the application-vpc is configured and available as expected.
     """
     self.assertTrue(VPC.vpc_configured('application-vpc'))
Beispiel #2
0
 def test_sandbox_vpc_configured(self) -> None:
     """
     Determine if the sandbox VPC is configured and available as expected.
     """
     self.assertTrue(
         VPC.vpc_configured(name='sandbox-vpc', cidr='10.2.0.0/16'))
Beispiel #3
0
 def test_jarombek_com_vpc_configured(self) -> None:
     """
     Determine if the jarombek-com-vpc is configured and available as expected.
     """
     self.assertTrue(VPC.vpc_configured('jarombek-com-vpc'))