diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-18 19:05:24 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-10-18 19:05:24 -0500 |
commit | bc5c0f97344116cb3d1dca2c9c6356f1b0f59117 (patch) | |
tree | a8da17ba41b20c96cc1f6837854587bd9589e576 | |
parent | 5c1cbbf114d789b466855d362237510b58d0b044 (diff) | |
download | horizon-bc5c0f97344116cb3d1dca2c9c6356f1b0f59117.tar.gz horizon-bc5c0f97344116cb3d1dca2c9c6356f1b0f59117.tar.bz2 horizon-bc5c0f97344116cb3d1dca2c9c6356f1b0f59117.tar.xz horizon-bc5c0f97344116cb3d1dca2c9c6356f1b0f59117.zip |
tests: fixtures: Ensure networking disabled on non-network tests
-rw-r--r-- | tests/fixtures/0002-basic-commented.installfile | 2 | ||||
-rw-r--r-- | tests/fixtures/0003-basic-whitespace.installfile | 2 | ||||
-rw-r--r-- | tests/fixtures/0022-all-kinds-of-atoms.installfile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/fixtures/0002-basic-commented.installfile b/tests/fixtures/0002-basic-commented.installfile index fd9a5e8..ddcb11c 100644 --- a/tests/fixtures/0002-basic-commented.installfile +++ b/tests/fixtures/0002-basic-commented.installfile @@ -1,7 +1,7 @@ # This file contains comments. # And blank lines. -network true +network false hostname test.machine pkginstall adelie-base diff --git a/tests/fixtures/0003-basic-whitespace.installfile b/tests/fixtures/0003-basic-whitespace.installfile index 4754458..adcbe91 100644 --- a/tests/fixtures/0003-basic-whitespace.installfile +++ b/tests/fixtures/0003-basic-whitespace.installfile @@ -1,5 +1,5 @@ # This file has whitespace everywhere before keys, and even on otherwise-empty lines. - network true + network false hostname test.machine pkginstall adelie-base rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ diff --git a/tests/fixtures/0022-all-kinds-of-atoms.installfile b/tests/fixtures/0022-all-kinds-of-atoms.installfile index 0588a0e..2557683 100644 --- a/tests/fixtures/0022-all-kinds-of-atoms.installfile +++ b/tests/fixtures/0022-all-kinds-of-atoms.installfile @@ -1,4 +1,4 @@ -network true +network false hostname test.machine pkginstall adelie-base musl>1.1.23-r5 konsole=19.12.0-r0 libxxf86vm>=1.1.4-r2 openssh-server<7.9_p1-r4 help2man-doc=1.47.10-r0 perl-encode-jisx0213>0.04-r0 font-adobe-100dpi polkit-qt-1=0.113.0-r0 libssl1.0=1.0.2t-r0 gtk+2.0 rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ |