Merge ~canonical-kernel-team/+git/autotest-client-tests:phlin/skip-syscalls-sub-test-313 into ~canonical-kernel-team/+git/autotest-client-tests:master

Proposed by Po-Hsu Lin
Status: Merged
Merge reported by: Po-Hsu Lin
Merged at revision: 52866369a53aaacd6bbe99596e0ddc65c5b9f1b0
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:phlin/skip-syscalls-sub-test-313
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 16 lines (+3/-1)
1 file modified
ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py (+3/-1)
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+450002@code.launchpad.net

Commit message

The fanotify07 and setsockopt09 cannot finish properly on Trusty 3.13
Mark them as failed directly to keep it going.

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

+1

review: Approve
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Applied and pushed, thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py b/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py
2index 624da58..ed1457d 100644
3--- a/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py
4+++ b/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py
5@@ -139,8 +139,10 @@ class ubuntu_ltp_syscalls(test.test):
6 elif test_name == 'ioctl_sg01':
7 print("Set timeout multiplier LTP_TIMEOUT_MUL>1 (lp:1895281, lp:1936886) for ioctl_sg01")
8 os.environ["LTP_TIMEOUT_MUL"] = LTP_TIMEOUT_MUL
9- elif test_name == 'fanotify07' and self.kernel == '4.4.0':
10+ elif test_name == 'fanotify07' and self.kernel in ['3.13.0', '4.4.0']:
11 raise error.TestError("fanotify07 (lp:1775165) won't fix on T/X and blocking test to finish properly (lp:1944545), mark it as failed directly")
12+ elif test_name == 'setsockopt09' and self.kernel in ['3.13.0']:
13+ raise error.TestError("setsockopt09 (lp:2033018) won't fix on ESM kernel, blocking test to finish properly, mark it as failed directly")
14
15 # Stop timesyncd when testing time change
16 if self.should_stop_timesyncd(test_name, 'stop'):

Subscribers

People subscribed via source and target branches

to all changes: