Skip to content

Commit 87f3a23

Browse files
authored
[pytest][cacl] Remove unused 'testbed_devices' from parameters (sonic-net#1689)
1 parent bd6e135 commit 87f3a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cacl/test_control_plane_acl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
SONIC_SSH_REGEX = 'OpenSSH_[\\w\\.]+ Debian'
99

1010

11-
def test_control_plane_acls(duthost, localhost, testbed_devices, creds):
11+
def test_control_plane_acls(duthost, localhost, creds):
1212
"""Test control plane ACL functionality on a SONiC device
1313
"""
1414
dut_mgmt_ip = duthost.setup()['ansible_facts']['ansible_eth0']['ipv4']['address']

0 commit comments

Comments
 (0)