From cdeb52224ae4a32bae84a9292e2f5cec7efee143 Mon Sep 17 00:00:00 2001 From: ximon18 <3304436+ximon18@users.noreply.github.com> Date: Tue, 25 Feb 2020 09:23:06 +0100 Subject: [PATCH] Don't wait for child resources to be issued. --- tests/e2e/simple_rp_roa_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/e2e/simple_rp_roa_test.py b/tests/e2e/simple_rp_roa_test.py index c39b19d0..0ac2a9f8 100644 --- a/tests/e2e/simple_rp_roa_test.py +++ b/tests/e2e/simple_rp_roa_test.py @@ -182,9 +182,6 @@ def krill_with_roas(docker_project, krill_api_config, class_service_manager): logging.debug('Waiting for child resources to be registered') wait_until_child_ca_has_at_least_one(parent_handle, child_handle, 'entitled_resources.asn') - logging.debug('Waiting for child resources to be issued') - wait_until_ca_has_resources(child_handle, KRILL_CHILD_ASNS, KRILL_CHILD_IPV4S, KRILL_CHILD_IPV6S) - logging.info('Creating CA <- CA relationship if not already present') if len(krill_ca_api.get_ca(child_handle).parents) == 0: logging.debug('No parents, adding...')