Re: [LTP] [PATCH v2] ltp/pounder: Don't let the testing log output to /dev/tty

2015-08-31 Thread Li Wang
ping, is there possible to push this before the newest LTP released? On Fri, Aug 21, 2015 at 6:13 PM, Li Wang wrote: > v1-->v2: > - FILE *tty_fp --> FILE *out > - Using out = stdout to replace the fdopen() operate; > > Signed-off-by: Li Wang

Re: [LTP] LTP release

2015-08-31 Thread Cyril Hrubis
Hi! I've did my release testing and pushed a few fixes, mosty minor ones. Now the only problem that that blocks the release on my side are failures of the newly rewritten netns testcases that were discussed last week. Jiri: What about changing the ns_exec to join only net namespace for now

[LTP] [PATCH v6 4/7] lib6/asapi_05.c: Cleanup

2015-08-31 Thread Zeng Linggang
* Add 'static' before some functions and global variables. * Use 'tst_tmpdir' and 'tst_rmdir'. * Remove useless comments. * Use SAFE_XXX(). * Modify the format of etab[] and ftab[]. * Some cleanup. Signed-off-by: Zeng Linggang Signed-off-by: Alexey Kodanev

[LTP] [PATCH v6 6/7] lib6/getaddrinfo_01.c: Cleanup

2015-08-31 Thread Zeng Linggang
* Add 'static' before some functions and global variables. * Remove cleanup() function. * Remove useless comments. * In every test function, using TINFO instead of TPASS marks the success of each inner test. * Some cleanup. Signed-off-by: Zeng Linggang Signed-off-by:

Re: [LTP] Test Anything Protocal output

2015-08-31 Thread Cyril Hrubis
Hi! > I read your January 2015 article where someone asked if TAP test output would > be supported. It sounded like > you were going to look into it. Did you make any progress? Unfortunately not yet. > The reason I asked if because I was wanting the same feature and I was going > to review the

[LTP] [PATCH v6 1/7] lib6: Remove runcc.* and the testcases that use it.

2015-08-31 Thread Zeng Linggang
Signed-off-by: Zeng Linggang Signed-off-by: Alexey Kodanev Signed-off-by: Cyril Hrubis --- runtest/ipv6_lib | 4 - testcases/network/.gitignore | 4 - testcases/network/lib6/Makefile | 4 -

[LTP] [PATCH v6 5/7] lib6/asapi_06.c: Cleanup

2015-08-31 Thread Zeng Linggang
* Add 'static' before some functions and global variables. * Use 'tst_tmpdir' and 'tst_rmdir'. * Remove useless comments. * Use SAFE_XXX(). * Remove unused variables. * Modify the format of sotab[] and cmtab[]. * Modify the initialization of sotab[]. * Some cleanup. Signed-off-by: Zeng Linggang

[LTP] [PATCH v6 2/7] SAFE_MACROS: Add socket(), bind(), listen(), connect() and getsockname()

2015-08-31 Thread Zeng Linggang
Signed-off-by: Zeng Linggang Signed-off-by: Alexey Kodanev Signed-off-by: Cyril Hrubis --- include/safe_macros.h | 1 + include/safe_net.h| 59 + lib/safe_net.c| 117

[LTP] [PATCH v6 3/7] lib6/asapi_04.c: Cleanup

2015-08-31 Thread Zeng Linggang
* Add 'static' before some functions and global variables. * Remove useless comments. * Use SAFE_XXX(). * Modify the format of ptab[] and cstab[]. * Rewrite 'csum_test()' and 'isocketpair()'. * Use 'tst_tmpdir' and 'tst_rmdir'. * Some cleanup. Signed-off-by: Zeng Linggang

[LTP] [PATCH v6 7/7] ipv6_lib: Add it into default

2015-08-31 Thread Zeng Linggang
Signed-off-by: Zeng Linggang Signed-off-by: Alexey Kodanev Signed-off-by: Cyril Hrubis --- scenario_groups/default | 1 + 1 file changed, 1 insertion(+) diff --git a/scenario_groups/default b/scenario_groups/default index

Re: [LTP] LTP release

2015-08-31 Thread Guangwen Feng
On 2015/08/31 19:23, Cyril Hrubis wrote: > Hi! > I've did my release testing and pushed a few fixes, mosty minor ones. > > Now the only problem that that blocks the release on my side are > failures of the newly rewritten netns testcases that were discussed > last week. > In RHEL5.11GA,

Re: [LTP] Linux 3.10

2015-08-31 Thread Cyril Hrubis
Hi! > hello dear: > Does ltp support Linux 3.10? Yes. > I want write a virtual usb device and I wan to reference the tusb > module. But when I compile the module on ubuntu 12.04,I get many > errors. Looks like nobody has touched the test code for some quite time (there was one minor change

[LTP] Test Anything Protocal output

2015-08-31 Thread dwalker
Hi, I read your January 2015 article where someone asked if TAP test output would be supported. It sounded like you were going to look into it. Did you make any progress? The reason I asked if because I was wanting the same feature and I was going to review the LTP code to see how hard it

[LTP] Linux 3.10

2015-08-31 Thread 大漠之鹰
hello dear: Does ltp support Linux 3.10? I want write a virtual usb device and I wan to reference the tusb module.But when I compile the module on ubuntu 12.04,I get many errors. Now I need your help.Please help me. Thanks very very much.