From b3819671942b392b2d12b4690cd641c3b69ad05f Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 25 May 2019 12:13:32 -0400 Subject: [PATCH] Fix syntax issue with ios_ntp tests 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