diff --git a/tests/cacl/test_control_plane_acl.py b/tests/cacl/test_control_plane_acl.py index 2d6c1399fd2..5db6603484c 100644 --- a/tests/cacl/test_control_plane_acl.py +++ b/tests/cacl/test_control_plane_acl.py @@ -8,7 +8,7 @@ SONIC_SSH_REGEX = 'OpenSSH_[\\w\\.]+ Debian' -def test_control_plane_acls(duthost, localhost, testbed_devices, creds): +def test_control_plane_acls(duthost, localhost, creds): """Test control plane ACL functionality on a SONiC device """ dut_mgmt_ip = duthost.setup()['ansible_facts']['ansible_eth0']['ipv4']['address']