Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: simple topotest showing v6 address config issue #16616

Closed
wants to merge 1 commit into from

tests: simple topotest showing v6 address config issue

a0e2d23
Select commit
Loading
Failed to load commit list.
Closed

tests: simple topotest showing v6 address config issue #16616

tests: simple topotest showing v6 address config issue
a0e2d23
Select commit
Loading
Failed to load commit list.
NetDEF CI Pull Requests Testing / [CI] Basic Tests failed Aug 21, 2024 in 1s

Basic Tests summary

➡️ Jobs queued: 0/49

➡️ Jobs in progress: 0/49

✖️ Jobs Failure: 4/49

E   AssertionError: Failed
   assert Generated JSON diff error report:
     
     > $->eth1->ipAddresses: expected has the following element at index 1 which is not present in output: 
     
     	{
     	    "address": "1111:2222::1/64",
     	    "secondary": false,
     	    "noPrefixRoute": false,
     	    "unnumbered": false
     	}
     
     	Closest match in output is at index 0 with the following errors: 
     
     	> $->eth1->ipAddresses[0]->address: output has element with value 'fe80::606c:8ff:fe14:3610/64' but in expected it has value '1111:2222::1/64'
E   AssertionError: Failed
   assert Generated JSON diff error report:
     
     > $->eth1->ipAddresses: expected has the following element at index 1 which is not present in output: 
     
     	{
     	    "address": "1111:2222::1/64",
     	    "secondary": false,
     	    "noPrefixRoute": false,
     	    "unnumbered": false
     	}
     
     	Closest match in output is at index 0 with the following errors: 
     
     	> $->eth1->ipAddresses[0]->address: output has element with value 'fe80::4c38:14ff:feab:d0ea/64' but in expected it has value '1111:2222::1/64'
E   AssertionError: Failed
   assert Generated JSON diff error report:
     
     > $->eth1->ipAddresses: expected has the following element at index 1 which is not present in output: 
     
     	{
     	    "address": "1111:2222::1/64",
     	    "secondary": false,
     	    "noPrefixRoute": false,
     	    "unnumbered": false
     	}
     
     	Closest match in output is at index 0 with the following errors: 
     
     	> $->eth1->ipAddresses[0]->address: output has element with value 'fe80::a406:5eff:fe3a:b65e/64' but in expected it has value '1111:2222::1/64'

✔️ Jobs Success: 45/49

Details at https://ci1.netdef.org/browse/FRR-PULLREQ3-4575.