From 5313b9e2df45309195ea30cdaba836ae1e9cf66e Mon Sep 17 00:00:00 2001 From: Ryan Harper Date: Thu, 17 May 2018 19:14:57 -0500 Subject: zfs: implement a supported check to handle i386 The zfs kernel module is not available for i386 so curtin cannot expect that missing that module is fatal. Concentrate the various checks for when we load the zfs kernel module into the zfs python module. Add vmtest to exercise the i386 path. LP: #1768709 --- tests/vmtests/test_basic.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/vmtests/test_basic.py') diff --git a/tests/vmtests/test_basic.py b/tests/vmtests/test_basic.py index ce86406e..2e47cb63 100644 --- a/tests/vmtests/test_basic.py +++ b/tests/vmtests/test_basic.py @@ -152,6 +152,11 @@ class TrustyHWEXTestBasic(relbase.trusty_hwe_x, TrustyTestBasic): __test__ = True +class XenialGAi386TestBasic(relbase.xenial_ga, TestBasicAbs): + __test__ = True + arch = 'i386' + + class XenialGATestBasic(relbase.xenial_ga, TestBasicAbs): __test__ = True -- cgit v1.2.3