about summary refs log tree commit diff
path: root/nixos/tests/systemd-networkd-vrf.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-01-13 09:14:26 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-13 09:21:38 +1000
commit9917a5cf11ffc2e5dec598f7fe4eda1869c39095 (patch)
tree2b014cfc1f8867739e2d71b15d94c14fe6b4bfb4 /nixos/tests/systemd-networkd-vrf.nix
parentf0a1e6e9e94c58c9e625e3752f8df94d411a0b9e (diff)
nixos/tests/systemd-networkd-vrf: move disabled check inline
Diffstat (limited to 'nixos/tests/systemd-networkd-vrf.nix')
-rw-r--r--nixos/tests/systemd-networkd-vrf.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/systemd-networkd-vrf.nix b/nixos/tests/systemd-networkd-vrf.nix
index 9f09d801f77ac..8a1580fc2ada7 100644
--- a/nixos/tests/systemd-networkd-vrf.nix
+++ b/nixos/tests/systemd-networkd-vrf.nix
@@ -161,6 +161,7 @@ in {
 
     # NOTE: please keep in mind that the trailing whitespaces in the following strings
     # are intentional as the output is compared against the raw `iproute2`-output.
+    # editorconfig-checker-disable
     client_ipv4_table = """
     192.168.1.2 dev vrf1 proto static metric 100 
     192.168.2.3 dev vrf2 proto static metric 100
@@ -177,6 +178,7 @@ in {
     local 192.168.2.1 dev eth2 proto kernel scope host src 192.168.2.1 
     broadcast 192.168.2.255 dev eth2 proto kernel scope link src 192.168.2.1
     """.strip()
+    # editorconfig-checker-enable
 
     # Check that networkd properly configures the main routing table
     # and the routing tables for the VRF.