seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
https://lfenergy.org/projects/seapath/
Apache License 2.0
6 stars 10 forks source link

ipv6 cukinia tests failed if ipv6 is disabled #92

Closed dupremathieu closed 2 years ago

dupremathieu commented 2 years ago

When IPv6 are disabled, cukinia test SEAPATH-00109 and SEAPATH-00022 should not failed.

sysctl: cannot stat /proc/sys/net/ipv6/conf/all/accept_ra: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.all.accept_ra is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/all/accept_ra_defrtr: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.all.accept_ra_defrtr is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/all/accept_ra_pinfo: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.all.accept_ra_pinfo is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/all/accept_redirects: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.all.accept_redirects is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/all/accept_source_route: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.all.accept_source_route is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/all/autoconf: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.all.autoconf is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/all/dad_transmits: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.all.dad_transmits is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/all/forwarding: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.all.forwarding is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/all/max_addresses: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.all.max_addresses is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/all/router_solicitations: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.all.router_solicitations is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/all/use_tempaddr: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.all.use_tempaddr is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/accept_ra: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.default.accept_ra is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/accept_ra_defrtr: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.default.accept_ra_defrtr is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/accept_ra_pinfo: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.default.accept_ra_pinfo is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/accept_redirects: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.default.accept_redirects is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/accept_source_route: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.default.accept_source_route is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/autoconf: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.default.autoconf is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/dad_transmits: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.default.dad_transmits is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/forwarding: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.default.forwarding is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/max_addresses: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.default.max_addresses is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/router_solicitations: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.default.router_solicitations is set properly
sysctl: cannot stat /proc/sys/net/ipv6/conf/default/use_tempaddr: No such file or directory
[FAIL] SEAPATH-00109 - sysctl-network - net.ipv6.conf.default.use_tempaddr is set properly
[FAIL] SEAPATH-00022 - IPv6 NAT is available