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
diff --git a/ubuntu_zfs/blacklist.realtime b/ubuntu_zfs/blacklist.realtime
0new file mode 1006440new file mode 100644
index 0000000..9b27cb9
--- /dev/null
+++ b/ubuntu_zfs/blacklist.realtime
@@ -0,0 +1,3 @@
1https://bugs.launchpad.net/bugs/2017637
2Joseph Salisbury:
3zfs is not supported in the rt kernel.
diff --git a/ubuntu_zfs_fstest/blacklist.realtime b/ubuntu_zfs_fstest/blacklist.realtime
0new file mode 1006444new file mode 100644
index 0000000..9b27cb9
--- /dev/null
+++ b/ubuntu_zfs_fstest/blacklist.realtime
@@ -0,0 +1,3 @@
1https://bugs.launchpad.net/bugs/2017637
2Joseph Salisbury:
3zfs is not supported in the rt kernel.
diff --git a/ubuntu_zfs_smoke_test/blacklist.realtime b/ubuntu_zfs_smoke_test/blacklist.realtime
0new file mode 1006444new file mode 100644
index 0000000..9b27cb9
--- /dev/null
+++ b/ubuntu_zfs_smoke_test/blacklist.realtime
@@ -0,0 +1,3 @@
1https://bugs.launchpad.net/bugs/2017637
2Joseph Salisbury:
3zfs is not supported in the rt kernel.
diff --git a/ubuntu_zfs_stress/blacklist.realtime b/ubuntu_zfs_stress/blacklist.realtime
0new file mode 1006444new file mode 100644
index 0000000..9b27cb9
--- /dev/null
+++ b/ubuntu_zfs_stress/blacklist.realtime
@@ -0,0 +1,3 @@
1https://bugs.launchpad.net/bugs/2017637
2Joseph Salisbury:
3zfs is not supported in the rt kernel.
diff --git a/ubuntu_zfs_xfs_generic/blacklist.realtime b/ubuntu_zfs_xfs_generic/blacklist.realtime
0new file mode 1006444new file mode 100644
index 0000000..9b27cb9
--- /dev/null
+++ b/ubuntu_zfs_xfs_generic/blacklist.realtime
@@ -0,0 +1,3 @@
1https://bugs.launchpad.net/bugs/2017637
2Joseph Salisbury:
3zfs is not supported in the rt kernel.

Subscribers

People subscribed via source and target branches

to all changes: