So the problem drilled down to the autotest script which was supposed to
disable adding a certain compile option / sub-module to the breakpoints
subtest. However, the naming in the Makefile changed in the newer kernel
and so this problem happened (again).

>From the test script:
# currently disable step_after_suspend_test as this breaks ssh'd
# login connections to the test VMs and real H/W

-cmd = 'sed -i "s/TEST_PROGS += step_after_suspend_test/# TEST_PROGS += 
step_after_suspend_test/" ' + fn
+cmd = 'sed -i "s/\(.* += step_after_suspend_test\)/#\\1/" ' + fn

Will update the script and re-enable the testing again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1706283

Title:
  ADT tests fail since 4.11.0-11.16

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1706283/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to