Hi Cyril: I'm trying to send you a pull request for reducing your work on collecting the patch email from list. Another reason: some changes are not able to send according to a patch. like the file format change from dos to unix.
This series contains: 1. The new feature test of SSSD. 2. aio_suspend merge 3. sched_setparam cleanups and fixes 4. pthread_detach cleanups and fixes 5. a controllers fix ------ The following changes since commit 518b1b319c12b47a31882315437a12d31f9ba01a: sched_setparam: 2-1 and 2-2: fix the wrong malloc size (2012-02-28 17:58:44 +0800) are available in the git repository at: http://github.com/gaowanlong/ltp for-cyril for you to fetch changes up to 6d02318ccf7d5ca41cedf778d27921385f3eba8c: run_cpuctl_test_fj.sh : change the cpu usage method. (2012-02-29 17:36:42 +0800) ---------------------------------------------------------------- Peng Haitao (4): A library used to test SSSD Add test option override_homedir Add test option override_gid Add test option allowed_shells, vetoed_shells and shell_fallback Wanlong Gao (9): aio_suspend: merge 6-1 and 8-1 to 1-1 sched_setparam:9-1: cleanup the coding style first sched_setparam: 9-1: bind process to a single CPU pthread_detach:4-3: code cleanups pthread_detach: cleanup testfrmw pthread_detach:testfrmw.h: switch the text format from dos to unix pthread_detach:testfrmw.h:cleanup the coding style pthread_detach:threads_scenarii:cleanup the coding style pthread_detach:4-3:split the do_it switch ZHou Guojian (1): run_cpuctl_test_fj.sh : change the cpu usage method. runtest/commands | 3 + testcases/commands/sssd/Makefile | 25 + testcases/commands/sssd/sssd-lib.sh | 209 ++++++++ testcases/commands/sssd/sssd01 | 143 +++++ testcases/commands/sssd/sssd02 | 75 +++ testcases/commands/sssd/sssd03 | 217 ++++++++ .../controllers/cpuctl_fj/run_cpuctl_test_fj.sh | 7 +- .../conformance/interfaces/aio_suspend/1-1.c | 88 ++-- .../conformance/interfaces/aio_suspend/6-1.c | 214 -------- .../conformance/interfaces/aio_suspend/8-1.c | 206 -------- .../interfaces/aio_suspend/assertions.xml | 12 +- .../conformance/interfaces/pthread_detach/4-3.c | 333 ++++++------- .../interfaces/pthread_detach/testfrmw.c | 47 +- .../interfaces/pthread_detach/testfrmw.h | 181 ++++--- .../interfaces/pthread_detach/threads_scenarii.c | 551 ++++++++++++-------- .../conformance/interfaces/sched_setparam/9-1.c | 52 ++- 16 files changed, 1351 insertions(+), 1012 deletions(-) create mode 100644 testcases/commands/sssd/Makefile create mode 100755 testcases/commands/sssd/sssd-lib.sh create mode 100755 testcases/commands/sssd/sssd01 create mode 100755 testcases/commands/sssd/sssd02 create mode 100755 testcases/commands/sssd/sssd03 delete mode 100644 testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/6-1.c delete mode 100644 testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/8-1.c ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list