Project

General

Profile

action #134783

Updated by pdostal 9 months ago

The goal is to test the IPv6-only functionality of podman and of our infrastructure. If possible, we should create an openQA test runs, where the host system does not have IPv4 at all. Then we need to check if registry.suse.de (and registry.opensuse.org correspondingly) can be accessed via IPv6 only (`podman pull ...`). And we need to check if a IPv6-only container is able to reach the internet. 

 It's unclear to how much of those requirements we can actually test, and if it's possible to run an IPv6 test run in openQA. So as temporary solution we can run this test in PC. 

 ## Acceptance criteria 

 The bare minimum is 

 * Pull an image from registry.suse.de (and registry.opensuse.org for O3 test runs) via IPv6 
 * Check if a IPv6-only container can reach the internet and can be reached 

 Would be nice 

 * The whole test run has IPv6 only

Back