fcnal-test.sh can be tested on kinetic/linux-azure/5.19.0-1023.24,
focal/linux-aws/5.4.0-1100.108 and focal/linux-azure/5.4.0-1106.112

** Tags removed: verification-needed-focal verification-needed-kinetic
** Tags added: verification-done-focal verification-done-kinetic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2006391

Title:
  net:fcnal-test.sh 'nettest' command not found on F/K

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux source package in Kinetic:
  Fix Released

Bug description:
  On Focal and Kinetic the fcnal-test.sh does not run because it reports
  that 'nettest' command not found; skipping tests

  This is due to the nettest binary not being found in the path and
  skipping the tests, but it is built and exists in the net directory
  where the tests are run.

  There are also other tests in selftests/net that are skipped due to
  the binary being missing.

  There is a patch upstream "selftests/net: Find nettest in current
  directory" (bd5e1e42826f18147afb0) that fixes this by looking in the
  current directory. The patch is in Jammy through stable updates, but
  the patch hasnt made it to the other stable trees yet for whatever
  reasons so might as well just cherry-pick them into F/K.

  -----------------------------------------------------

  [Impact]

  fcnal-test.sh in selftests/net gets skipped with 'nettest' command not found
  because its looking for the nettest binary in the path and not in the
  current directory where the binary is built and run from.

  There are also other tests in net that are skipped due to this binary
  not being found.

  [Fix]

  Add the current directory to the path and check again.
  This patch exists in Jammy through a stable update but hasn't made it to
  the other upstream-stable trees yet, but might as well get the patch in
  our other trees to enable this test to run.

  [Backport]

  For focal patch skip the pmtu.sh file as nettest is not run there and is
  not checked. Also minor context adjustments on return variable.

  [Potential regression]

  None. Just enabling the tests to run.

  [Tests]

  Verified tests are now not skipped and run.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2006391/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to