From c0eff7502a5028b32cf7004aa10a4c9c5fe58d62 Mon Sep 17 00:00:00 2001 From: Ying Xie Date: Wed, 10 Apr 2019 22:28:47 +0000 Subject: [PATCH] [pfc_wd] change pfc watchdog table name according to the sonic code change PFC_WD_TABLE --> PFC_WD Signed-off-by: Ying Xie --- ansible/roles/test/templates/pfc_wd_config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/test/templates/pfc_wd_config.j2 b/ansible/roles/test/templates/pfc_wd_config.j2 index 3dc440256de..fb6ccd713f6 100644 --- a/ansible/roles/test/templates/pfc_wd_config.j2 +++ b/ansible/roles/test/templates/pfc_wd_config.j2 @@ -1,5 +1,5 @@ { - "PFC_WD_TABLE": { + "PFC_WD": { "{{ pfc_wd_interface_list }}": { "action": "{{ pfc_wd_action }}", "detection_time": "{{ pfc_wd_detection_time }}",