1. c6f02dc test.sh: pass the argument in TST_CHECKPOINT_WAKE_AND_WAIT by Stanislav Kholmanskikh · 8 years ago
  2. 59a278f Shell wrappers for the checkpoint interface by Stanislav Kholmanskikh · 8 years ago
  3. 55fc3ad testcases/lib: Add tst_random by Chunyu Hu · 8 years ago
  4. cd9a41d test.sh: Add tst_su by Cyril Hrubis · 8 years ago
  5. 6538f7a network: merge networktests.sh/networkstress.sh into network.sh by Alexey Kodanev · 8 years ago
  6. b3494f1 commands/insmod: add new testcase to test insmod(8) by Guangwen Feng · 8 years ago
  7. 6c42b44 lib/test_net.sh: add tst_ping() to check icmp connectivity by Hangbin Liu · 8 years ago
  8. 045920b tst_mkfs: check the arguments for passed device and fs_type by Stanislav Kholmanskikh · 9 years ago
  9. a7f8544 tst_mkfs: drop -f from mkfs by Stanislav Kholmanskikh · 9 years ago
  10. f79021c tst_acquire_device: clear first sectors of LTP_DEV by Stanislav Kholmanskikh · 9 years ago
  11. 43955d9 test.sh: Fix ROD redirection && callers by Cyril Hrubis · 9 years ago
  12. c615f11 test.sh: Add tst_umount(), use it in mkfs and df tests by Cyril Hrubis · 9 years ago
  13. 87446b7 lib: Increase loop device size by Cyril Hrubis · 9 years ago
  14. df6c543 testcases/lib: Add tst_sleep by Cyril Hrubis · 9 years ago
  15. b321bbf lib/test.sh: special case jfs in tst_mkfs by Eryu Guan · 9 years ago
  16. 2718ab6 lib/test.sh: improvement on the check if mkfs.btrfs supports -f option by Eryu Guan · 9 years ago
  17. 1c6ed10 lib/test_net.sh: allow any additional options to tst_netload by Alexey Kodanev · 9 years ago
  18. f8d6f19 lib/test_net.sh: add waiting loop to netload() by Alexey Kodanev · 9 years ago
  19. d6a390e testcases/lib/test.sh: add tst_retry() by Hangbin Liu · 9 years ago
  20. 592ac3c network/vxlan_lib.sh: move netload() to test_net.sh by Alexey Kodanev · 9 years ago
  21. 9ec596f test.sh: Add tst_mkfs() by Zeng Linggang · 9 years ago
  22. 6bece7e test.sh: Add tst_acquire_device() and tst_release_device() by Zeng Linggang · 9 years ago
  23. 722a8d1 testcases/lib/test.sh: Added ROD_SILENT() and ROD() by Zeng Linggang · 9 years ago
  24. 150eb75 daemonlib.sh: Don't assume service support by Carlos Hernandez · 10 years ago
  25. eb92f55 lib/test_net.sh: tst_rhost_run() fixes by Alexey Kodanev · 10 years ago
  26. 27c9302 lib/test_net.sh: don't use 'tst_brkm TBROK' in tst_add_ipaddr() by Alexey Kodanev · 10 years ago
  27. 910bcd2 lib/test_net.sh: restore TST_IPV6 after temporary assignments by Alexey Kodanev · 10 years ago
  28. f6a4bc7 lib/test_net.sh: fix 'tst_rhost_run -s' when errors occur by Alexey Kodanev · 10 years ago
  29. 0b54529 test.sh: Set 777 permissions on test directory by Zeng Linggang · 10 years ago
  30. 08e1fe9 testcases/lib/test.sh: added tst_timeout() by Matus Marhefka · 10 years ago
  31. a97bebe test.sh: tst_resm and tst_brkm enhance by Zeng Linggang · 10 years ago
  32. d7dbcef network/test_net: add functions to manage IP addresses by Alexey Kodanev · 10 years ago
  33. 36bf986 network/test_net: add tst_ipaddr by Alexey Kodanev · 10 years ago
  34. a9ed4f9 network/test_net: add support for -6 option (IPv6 tests) by Alexey Kodanev · 10 years ago
  35. f423b1a add LTP_DATAROOT and tst_dataroot() by Jan Stancek · 10 years ago
  36. 50c8ec3 network: uniform network parameters by Alexey Kodanev · 10 years ago
  37. a3318e2 test.sh: add forgotten changes by Cyril Hrubis · 10 years ago
  38. b571054 runtest/containers: fix errors in netns_par_chld_ftp testcase that takes TCONF as TFAIL by Xiaoguang Wang · 10 years ago
  39. 605144e test.sh: Fix typo in comment. by Cyril Hrubis · 10 years ago
  40. cdfe337 remove meaningless TRETR flag by Xiaoguang Wang · 10 years ago
  41. 6f6878f pan/ltp-pan.c: add statistics about not fully tested testcases by Xiaoguang Wang · 10 years ago
  42. 18739ff lib/test_net.sh: add network help script by Alexey Kodanev · 11 years ago
  43. 7904074 cmdlib.sh: Move daemon functions to daemonlib.sh by Cyril Hrubis · 11 years ago
  44. df7590a lib/test.sh: replace LTP_TST_CNT with TST_COUNT by Alexey Kodanev · 11 years ago
  45. d84d84f testcases/lib/cmdlib.sh: add tst_require_root() function by Xiaoguang Wang · 11 years ago
  46. 3346379 testcases/lib: Add test.sh test library + docs. by Cyril Hrubis · 11 years ago
  47. 1e278ab cmdlib/end_testcase: don't call tst_cleanup, exit on pass by Jiri Jaburek · 11 years ago
  48. c4841ec cron02: Use lib to restart crond service by Peng Haitao · 11 years ago
  49. c72358c cmdlib.sh: fix a bug of restart_daemon by Peng Haitao · 11 years ago
  50. b84621b cron_tests.sh: fix a bug of syslog daemon is disabled by Peng Haitao · 11 years ago
  51. da61657 cmdlib.sh: Add four functions of controlling daemon by Peng Haitao · 12 years ago
  52. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  53. ffb497a Be more POSIX compliant by using command -v. by Garrett Cooper · 14 years ago
  54. f969f69 Improve command check. by Garrett Cooper · 14 years ago
  55. f9edb18 Be consistent with the braces. by yaberauneya · 15 years ago
  56. 154a9b1 Stupid Garrett. I need to increment the value... by yaberauneya · 15 years ago
  57. 6657522 Avoid a possible issue with the test statement for SHELL_DEBUG if the user set it to something nasty like -x. by yaberauneya · 15 years ago
  58. 24b8dfa Fix a bashism that was pointed out in other files by Jiri Palecek. by yaberauneya · 15 years ago
  59. 677ce25 The trap signal handler wasn't being disabled on entry thus causing it to be called twice, the first time when tst_cleanup was called; the second when cleanup exited. by yaberauneya · 15 years ago
  60. c59af74 1. Fix incrementing call to use POSIX compliant version of incrementing. by yaberauneya · 15 years ago
  61. e6db976 Use the type builtin instead of which(1). by yaberauneya · 15 years ago
  62. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago