diff --git a/tests/test_itd_service.rb b/tests/test_itd_service.rb index 252b02fe..de64a59e 100644 --- a/tests/test_itd_service.rb +++ b/tests/test_itd_service.rb @@ -101,7 +101,7 @@ def test_ingress_interface # The next-hop setting as part of the ingress_interface # is not needed for n9k and in the latest images is not # even supported by the cli. - if Platform.image_version[/9.\d+/] + if Platform.image_version[/9\.\d+/] next_hop1 = '' next_hop2 = '' next_hop3 = ''