Skip to content

Commit

Permalink
nixos/tests/systemd-networkd-vrf: add comment about trailing whitespa…
Browse files Browse the repository at this point in the history
…ces in test script

For further context please read the discussion in #94607 (comment)
  • Loading branch information
Ma27 committed Aug 3, 2020
1 parent f284867 commit 04a10b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/tests/systemd-networkd-vrf.nix
Expand Up @@ -159,6 +159,8 @@ in {
node2.wait_for_unit("network.target")
node3.wait_for_unit("network.target")
# 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.
client_ipv4_table = """
192.168.1.2 dev vrf1 proto static metric 100
192.168.2.3 dev vrf2 proto static metric 100
Expand Down

0 comments on commit 04a10b3

Please sign in to comment.