multiple assertion errors in functional tests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
charm-advanced-routing |
Fix Released
|
Undecided
|
Gabriel Cocenza |
Bug Description
Currently the functional tests are failing, this indicates either functionality is broken or tests are outdated. In either case this needs to be addressed.
examples:
E AssertionError: assert '#!/bin/
E #!/bin/sh
E # This file is managed by Juju.
E ip route flush cache
E - # Table: name main
E ? ^^
E + # Table: name mytable
E ? ++ ^^^...
...
E AssertionError: assert '#!/bin/
E #!/bin/sh
E # This file is managed by Juju.
E ip route flush cache
E # Table: name mytable
E - ip route replace default via 10.205.6.1 table mytable
E + ip route replace 1.1.2.0/24 dev ens3 table mytable
E - ip rule add from 10.205.6.0/24 to 1.1.1.1/32 priority 100...
Related branches
- Erhan Sunar (community): Approve
- 🤖 prod-jenkaas-bootstack: Approve (continuous-integration)
- BootStack Reviewers: Pending requested
-
Diff: 21 lines (+4/-0)1 file modifiedsrc/tests/functional/test_routing.py (+4/-0)
tags: | added: bseng-680 |
Changed in charm-advanced-routing: | |
milestone: | none → 23.01 |
assignee: | nobody → Gabriel Angelo Sgarbi Cocenza (gabrielcocenza) |
status: | New → Fix Committed |
Changed in charm-advanced-routing: | |
status: | Fix Committed → Fix Released |