Merge ~canonical-kernel-team/+git/autotest-client-tests:phlin/blacklist-zfs-realtime into ~canonical-kernel-team/+git/autotest-client-tests:master

Proposed by Po-Hsu Lin
Status: Merged
Approved by: Po-Hsu Lin
Approved revision: b818902c1d3986e77e5c9294eef8a2bef5b7d6a0
Merged at revision: 98ffba58ca07776ca0fba3c01eba5007333dc73a
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:phlin/blacklist-zfs-realtime
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 45 lines (+15/-0)
5 files modified
ubuntu_zfs/blacklist.realtime (+3/-0)
ubuntu_zfs_fstest/blacklist.realtime (+3/-0)
ubuntu_zfs_smoke_test/blacklist.realtime (+3/-0)
ubuntu_zfs_stress/blacklist.realtime (+3/-0)
ubuntu_zfs_xfs_generic/blacklist.realtime (+3/-0)
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Andrei Gherzan Approve
Review via email: mp+441926@code.launchpad.net

Commit message

BugLink: https://bugs.launchpad.net/bugs/2017637

According to Joe's comment, ZFS is not supported in realtime kernel.
Let's disable these tests.

Description of the change

Note:
We will make use of the following statement in ckct/mk-test-jobs to skip test generation:

test()
  if s.blacklisted(test, s.request['flavour'].split('-')[0]):
    cinfo('%s (blacklisted - flavour)' % test, 'red')

def blacklisted(s, test, value):
    retval = False
    bl = os.path.join(s.autotest_tests_root, test, 'blacklist.%s' % value)
    if os.path.exists(bl):
        retval = True
    return retval

To post a comment you must log in.
Revision history for this message
Andrei Gherzan (agherzan) :
review: Approve
Revision history for this message
Francis Ginther (fginther) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ubuntu_zfs/blacklist.realtime b/ubuntu_zfs/blacklist.realtime
2new file mode 100644
3index 0000000..9b27cb9
4--- /dev/null
5+++ b/ubuntu_zfs/blacklist.realtime
6@@ -0,0 +1,3 @@
7+https://bugs.launchpad.net/bugs/2017637
8+Joseph Salisbury:
9+zfs is not supported in the rt kernel.
10diff --git a/ubuntu_zfs_fstest/blacklist.realtime b/ubuntu_zfs_fstest/blacklist.realtime
11new file mode 100644
12index 0000000..9b27cb9
13--- /dev/null
14+++ b/ubuntu_zfs_fstest/blacklist.realtime
15@@ -0,0 +1,3 @@
16+https://bugs.launchpad.net/bugs/2017637
17+Joseph Salisbury:
18+zfs is not supported in the rt kernel.
19diff --git a/ubuntu_zfs_smoke_test/blacklist.realtime b/ubuntu_zfs_smoke_test/blacklist.realtime
20new file mode 100644
21index 0000000..9b27cb9
22--- /dev/null
23+++ b/ubuntu_zfs_smoke_test/blacklist.realtime
24@@ -0,0 +1,3 @@
25+https://bugs.launchpad.net/bugs/2017637
26+Joseph Salisbury:
27+zfs is not supported in the rt kernel.
28diff --git a/ubuntu_zfs_stress/blacklist.realtime b/ubuntu_zfs_stress/blacklist.realtime
29new file mode 100644
30index 0000000..9b27cb9
31--- /dev/null
32+++ b/ubuntu_zfs_stress/blacklist.realtime
33@@ -0,0 +1,3 @@
34+https://bugs.launchpad.net/bugs/2017637
35+Joseph Salisbury:
36+zfs is not supported in the rt kernel.
37diff --git a/ubuntu_zfs_xfs_generic/blacklist.realtime b/ubuntu_zfs_xfs_generic/blacklist.realtime
38new file mode 100644
39index 0000000..9b27cb9
40--- /dev/null
41+++ b/ubuntu_zfs_xfs_generic/blacklist.realtime
42@@ -0,0 +1,3 @@
43+https://bugs.launchpad.net/bugs/2017637
44+Joseph Salisbury:
45+zfs is not supported in the rt kernel.

Subscribers

People subscribed via source and target branches

to all changes: