summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/txtimestamp.sh
Commit message (Collapse)AuthorAgeFilesLines
* selftest: txtimestamp: fix net ns entry logicPaolo Pisati2020-07-211-1/+1
| | | | | | | | | | According to 'man 8 ip-netns', if `ip netns identify` returns an empty string, there's no net namespace associated with current PID: fix the net ns entrance logic. Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> Acked-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* selftests: move timestamping selftests to net folderJian Yang2020-03-291-0/+82
For historical reasons, there are several timestamping selftest targets in selftests/networking/timestamping. Move them to the standard directory for networking tests: selftests/net. Signed-off-by: Jian Yang <jianyang@google.com> Acked-by: Willem de Bruijn <willemb@google.com> Acked-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>