diff --git a/tests/show_techsupport/test_techsupport.py b/tests/show_techsupport/test_techsupport.py index 2519066c08..ee2e58b45a 100644 --- a/tests/show_techsupport/test_techsupport.py +++ b/tests/show_techsupport/test_techsupport.py @@ -540,7 +540,7 @@ def commands_to_check(duthosts, enum_rand_one_per_hwsku_frontend_hostname): } ) # Remove /proc/dma for armh - elif duthost.facts["asic_type"] in ["marvell-prestera", "marvell"]: + elif duthost.facts["asic_type"] in ["marvell-prestera", "marvell", "nokia-vs"]: if 'armhf-' in duthost.facts["platform"] or 'arm64-' in duthost.facts["platform"]: cmds.copy_proc_files.remove("/proc/dma") elif duthost.facts["asic_type"] == "vpp":