diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-06 17:48:33 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-06 17:48:33 -0600 |
commit | d799d56fc8505261cda099f402eafbc4fe858ca0 (patch) | |
tree | e39fa61b72b058dd176dd30f89730985a0f0b6f7 /tests/fixtures/0208-lvmvg-valid-dot.installfile | |
parent | 8b7d518575604e628e3823f6bf1b7dd1ee36cc1d (diff) | |
download | horizon-d799d56fc8505261cda099f402eafbc4fe858ca0.tar.gz horizon-d799d56fc8505261cda099f402eafbc4fe858ca0.tar.bz2 horizon-d799d56fc8505261cda099f402eafbc4fe858ca0.tar.xz horizon-d799d56fc8505261cda099f402eafbc4fe858ca0.zip |
tests: Add more LVM behavioural tests
Diffstat (limited to 'tests/fixtures/0208-lvmvg-valid-dot.installfile')
-rw-r--r-- | tests/fixtures/0208-lvmvg-valid-dot.installfile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/fixtures/0208-lvmvg-valid-dot.installfile b/tests/fixtures/0208-lvmvg-valid-dot.installfile new file mode 100644 index 0000000..e973fc8 --- /dev/null +++ b/tests/fixtures/0208-lvmvg-valid-dot.installfile @@ -0,0 +1,11 @@ +network false +hostname test.machine +pkginstall adelie-base +rootpw $6$gumtLGmHwOVIRpQR$2M9PUO24hy5mofzWWf9a.YLbzOgOlUby1g0hDj.wG67E2wrrvys59fq02PPdxBdbgkLZFtjfEx6MHZwMBamwu/ +mount /dev/sda1 / +diskid /dev/sdb WDC +disklabel /dev/sdb apm +partition /dev/sdb 1 8M boot +partition /dev/sdb 2 fill +lvm_pv /dev/sdb2 +lvm_vg /dev/sdb2 .MyVolGroup |