Beispiel #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)
Beispiel #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)
Beispiel #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)