Exemplo n.º 1
0
 def test_application_dns_resolver_exists(self) -> None:
     """
     Determine if the application-dhcp-options exists
     """
     self.assertTrue(
         len(VPC.get_dns_resolvers('application-dhcp-options')) == 1)
Exemplo n.º 2
0
 def test_sandbox_dns_resolver_exists(self) -> None:
     """
     Determine if the sandbox-dhcp-options exists
     """
     self.assertTrue(
         len(VPC.get_dns_resolvers('sandbox-dhcp-options')) == 1)
Exemplo n.º 3
0
 def test_jarombek_com_dns_resolver_exists(self) -> None:
     """
     Determine if the jarombek-com-dhcp-options exists
     """
     self.assertTrue(len(VPC.get_dns_resolvers('jarombek-com-dhcp-options')) == 1)