Skip to content

Commit b287583

Browse files
Use dynamic label for VLAN test
1 parent 632307b commit b287583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/models/networking/test_networking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_create_and_delete_vlan(test_linode_client, linode_for_vlan_tests):
235235
config.interfaces = []
236236
config.save()
237237

238-
vlan_label = "testvlan"
238+
vlan_label = f"{get_test_label(8)}-testvlan"
239239
interface = config.interface_create_vlan(
240240
label=vlan_label, ipam_address="10.0.0.2/32"
241241
)

0 commit comments

Comments
 (0)