Skip to content

Commit

Permalink
test: fix unit test openstack vlan mac_address (#5367)
Browse files Browse the repository at this point in the history
After 70f7e78, mac_address is not
rendered for in openstack for network config v1. Fix the unit test to
reflect that.
  • Loading branch information
aciba90 committed Jun 28, 2024
1 parent 371b236 commit debafbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unittests/sources/helpers/test_openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def test_bond_mac(self):
"type": "bond",
},
{
"mac_address": "xx:xx:xx:xx:xx:00",
"name": "bond0.123",
"subnets": [
{
Expand Down

0 comments on commit debafbc

Please sign in to comment.