From 0adca6b7d452c593f738e9af146853d80c8506d5 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Tue, 7 Feb 2017 21:13:20 +0100 Subject: [PATCH] Set block indentation to 1 on iosxr templates (#21105) Network devices in the lab have by default an indentation of 1 for sub-sections, and so does the netcfg.NetworkConfig constructor indent param. This will fix reported issue 21055, and make the integration tests to pass. Fixes #21055 --- .../targets/iosxr_template/templates/basic/config.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/iosxr_template/templates/basic/config.j2 b/test/integration/targets/iosxr_template/templates/basic/config.j2 index 10d8806d1b8..ed807f1baa5 100644 --- a/test/integration/targets/iosxr_template/templates/basic/config.j2 +++ b/test/integration/targets/iosxr_template/templates/basic/config.j2 @@ -1,5 +1,5 @@ hostname {{ inventory_hostname_short }} ! interface Loopback999 - description this is a test - shutdown + description this is a test + shutdown