1. 359980f rename syscall() macro to ltp_syscall() by Jan Stancek · 12 years ago
  2. 4519224 containers: delete redundant newline in tst_resm() by Monson Shao · 12 years ago
  3. a4ba89d runnetnstest.sh: fix a fail of vsftpd is disabled by Peng Haitao · 12 years ago
  4. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  5. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  6. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  7. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  8. add3d33 fix container_ftp.pl by Simon Xu · 12 years ago
  9. b552400 expand gitignore coverage by Mike Frysinger · 13 years ago
  10. 019ed6c Fix build with latest glibc. by Cyril Hrubis · 13 years ago
  11. 398dcc3 Fix chmod call. by Garrett Cooper · 14 years ago
  12. d050ff2 Fix the testcase by using a temporary directory. by Garrett Cooper · 14 years ago
  13. e8530df Fix header include format. by Garrett Cooper · 14 years ago
  14. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  15. 85c5256 Put very little effort into fixing warnings. by Garrett Cooper · 14 years ago
  16. ad14e90 Style and consistency. by Garrett Cooper · 14 years ago
  17. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  18. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  19. d0908cb Sorry for my late answer. by Garrett Cooper · 14 years ago
  20. 0ce7093 NetNS test fixes: By the way, these tests appear to start up sshd for no reason other than possibly checking that basic sockets work in the netns. Given the frailty and required setup of the "ftp" test, I think it would be better to replace it with a test using netcat and then yank the sshd bits from the ping tests. by Subrata Modak · 14 years ago
  21. f50539e Modified nets/Makefile for appending one file which needs in /opt/ltp/tetscases/bin directory while install. by Rishikesh K Rajak · 15 years ago
  22. 4ccf108 NETNS tests from containers fails to execute with following message by Rishikesh K Rajak · 15 years ago
  23. 98379aa 1. Simplify smoke test further by only checking to see whether or not the syscall works as opposed to checking the kernel version because people can backport support as seen fit and shouldn't be hindered by a stupid kernel version check... by yaberauneya · 15 years ago
  24. eea384d Not everyone has unshare capability... thanks for the reminder Mitani-san... by yaberauneya · 15 years ago
  25. 4f16ee0 1. Remove mqns check app check. It no longer exists in the repo and thus gates these tests unnecessarily from being run.. by yaberauneya · 15 years ago
  26. c158d58 1. Fix 2 format strings, so that the underlying scripts actually are called properly. by yaberauneya · 15 years ago
  27. f6d7f09 define and use common clone helpers by vapier · 15 years ago
  28. 81ed641 And of course I used the wrong string substitution -.-... let's just change that back to $(dirname)... by yaberauneya · 15 years ago
  29. ea0d619 I accidentally coded in the wrong IP address values (all the same) and change the semantic from 181 - 184 to 180 - 183. Changing to be correct and consistent. by yaberauneya · 15 years ago
  30. e98baf1 1. My Gentoo system lacks the ip utility, which is required for this by yaberauneya · 15 years ago
  31. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  32. 0fea777 NETNS: don't run sysfsview testcase: It can't pass right now, and leaves the system in a bad state on its inevitable failure. Leave the testcase there though since one day we will hopefully support it. Signed-off-by: Serge Hallyn <serge@us.ibm.com>. by subrata_modak · 15 years ago
  33. 6d56107 Fix some bashisms: this patch reflects the comments by various people to the previous versions. It uses "+=1" instead of postincrement because of dash, ['s boolean expressions, printf for the formatting. I've left the unzip pushd/popd and the signal names issue completely. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  34. 3c5d82b netns: Add ip tools check to netns tests: Use ip -V to exclude the network namespace testcases since they require version ("snapshot") ss080725 or higher to set the network namespace of interfaces used for testing. Signed-off-by: Matt Helsley <matthltc@us.ibm.com>. by subrata_modak · 15 years ago
  35. e78935e Some makefiles ignore errors from commads ran in shell loops. This patch fixes that. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  36. ba55569 Fix some bashisms, mainly in the controllers tests: Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  37. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  38. 1d57485 This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. by subrata_modak · 16 years ago
  39. 9951265 This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. by subrata_modak · 16 years ago
  40. ab81644 This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. by subrata_modak · 16 years ago
  41. b3317b4 This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. by subrata_modak · 16 years ago
  42. fd557be This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. by subrata_modak · 16 years ago
  43. 515faf9 This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. by subrata_modak · 16 years ago
  44. f296e13 This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. by subrata_modak · 16 years ago
  45. aee8f48 This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. by subrata_modak · 16 years ago
  46. 38d4697 This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. by subrata_modak · 16 years ago
  47. 389eaea This patchset creates the basic infrastructure for running the existing network testcases under containers automatically. The patchset creates a command file named nw_under_ns for the purpose. Please review them and provide all your valuable feedback. I have addressed all the comments from lxc-dev list except one. The changelog looks like: by subrata_modak · 16 years ago
  48. 385806c Here is a patch to fix the error below. by subrata_modak · 16 years ago
  49. 09162c2 This patch fixes an issue with the sort command in netns testcases. Because of this all network namespace testcases were failing. Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  50. 9ab5053 Fix bashisms in inintialize.sh. This includes two atypical cases: a lexicographical comparison of two strings, which has been emulated by "sort", and some strange bash-array-ism, which has been emulated through "eval". Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  51. 91d8f61 netns: fix restoration of original /proc values (ip_forward...). This small patches make the restoration of /proc/sys/net/ipv4/ip_forward /proc/sys/net/ipv4/conf/$netdev/proxy_arp works as expected in netns/initialize.sh. Also removed some unneeded /dev/null redirections. Signed-off-by: Benjamin Thery <benjamin.thery@bull.net>. by subrata_modak · 16 years ago
  52. a73a850 Addition of Initial Set of Network Name Space test cases. Signed-Off-By: Veerendra <veeren@linux.vnet.ibm.com>. by subrata_modak · 16 years ago