kernelkit / infix

Linux :yellow_heart: NETCONF = Infix
https://kernelkit.org
GNU General Public License v2.0
52 stars 12 forks source link

test: verify custom container interface #743

Open troglobit opened 3 weeks ago

troglobit commented 3 weeks ago

Some customers are using container interfaces with custom interface names (inside the container) and with a custom MAC address based on the chassis mac, with an offset 06:00:00:00:00:00.

Add an ASCII drawing (or svg) to this test so to illustrate the connections. Preferably something prettier than the below:

                                  container
                                _____________
                               |             |
                               |   br1  br0  |
           br0       br1       |___/___/_____|
             \         \   vet1   /   /
              \         \________/   /
               \   veth0            /
                \__________________/

Note: it's quite possible this test cannot currently be automated since there is no way for Infamy to connect to the the container. (The bundled container images do not have an SSH daemon and we don't want to go down the path of scripting the shell!)