From 4f8abde081a16d04e3a55740bc1dfd6dd736ea22 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 27 May 2019 10:21:08 -0400 Subject: [PATCH] Fix syntax issue with ios_ntp tests (#56958) This was missing a yaml anchor. Signed-off-by: Paul Belanger --- .../targets/ios_ntp/tests/cli/ntp_configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/ios_ntp/tests/cli/ntp_configuration.yaml b/test/integration/targets/ios_ntp/tests/cli/ntp_configuration.yaml index a3e586b86a..07de735c10 100644 --- a/test/integration/targets/ios_ntp/tests/cli/ntp_configuration.yaml +++ b/test/integration/targets/ios_ntp/tests/cli/ntp_configuration.yaml @@ -1,6 +1,6 @@ --- - name: remove NTP (if set) - ios_ntp: + ios_ntp: &remove server: 10.75.32.5 source_int: Loopback0 acl: NTP_ACL