Skip to content

Commit cdeb522

Browse files
authored
Don't wait for child resources to be issued.
1 parent 58a98f5 commit cdeb522

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/e2e/simple_rp_roa_test.py

-3
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ def wait_until_ca_has_resources(ca_handle, asn, v4, v6):
182182
logging.debug('Waiting for child resources to be registered')
183183
wait_until_child_ca_has_at_least_one(parent_handle, child_handle, 'entitled_resources.asn')
184184

185-
logging.debug('Waiting for child resources to be issued')
186-
wait_until_ca_has_resources(child_handle, KRILL_CHILD_ASNS, KRILL_CHILD_IPV4S, KRILL_CHILD_IPV6S)
187-
188185
logging.info('Creating CA <- CA relationship if not already present')
189186
if len(krill_ca_api.get_ca(child_handle).parents) == 0:
190187
logging.debug('No parents, adding...')

0 commit comments

Comments
 (0)