Re: [LTP] [PATCH 3/4] Fix run.sh

2008-09-17 Thread Gilles Carry
Darren Hart wrote: One pending question is how does one use -p profile... Hello, Profiles are a commodity to help users record the settings they want for specific tests. (eg. pass/fail criteria) It's all explained in doc/AUTOMATED_RUN. Gilles.

Re: [LTP] [patch] the revised test case for signalfd with cond.mk

2008-09-17 Thread Masatake YAMATO
Garrett, thank you for input. Why not default with whatever's the newest standard, then fallback to the deprecated version? I think my patch works as you wrote. My patch tries sys/signalfd.h then linux/signalfd.h. So I can say my patch tries whatever's the newest standard(glibc header file)

Re: [LTP] [PATCH 2/4] Fix Documentation

2008-09-17 Thread Chirag Jog
This patch removes outdated (or irrelevant) parts of the existing documentation and updates its. Also incorporated are suggestions made by Darren. Signed-Off-By: Chirag [EMAIL PROTECTED] diff --git a/testcases/realtime/README b/testcases/realtime/README index 32a35c5..269a75f 100644 ---

[LTP] Patch[0/3] Autotest cleanups

2008-09-17 Thread Chirag Jog
The [PATCH 1/1] Fixes and Clean up to realtime testsuite was too big in size and never made it to the ltp list I have split the patch into 3 patches These patches just remove the unnecessary autotest files. -- -Thanks,Chirag

[LTP] Patch[1/3] Autotest cleanups - 1

2008-09-17 Thread Chirag Jog
Removing unnecessary autotest files Signed-Off-By: Chirag [EMAIL PROTECTED] GNUmakefile.am | 39 - config/GNUmakefile.am|3 - func/GNUmakefile.am | 19

Re: [LTP] Patch[0/3] Autotest cleanups

2008-09-17 Thread Sebastien Dugue
On Wed, 17 Sep 2008 15:24:27 +0530 Chirag Jog [EMAIL PROTECTED] wrote: The [PATCH 1/1] Fixes and Clean up to realtime testsuite was too big in size and never made it to the ltp list I have split the patch into 3 patches These patches just remove the unnecessary autotest files. Huh, all

Re: [LTP] [PATCH 4/4] Add utf-8 support for python scripts

2008-09-17 Thread Timothy R. Chavez
Hi Chirag, On Tue, 2008-09-16 at 19:28 +0530, Chirag Jog wrote: This patch ensures that the python scripts support utf encoding. Prior to the patch, the python scripts would exit with this error: File parse-testpi1.py, line 3 SyntaxError: Non-ASCII character '\xc2' in file

Re: [LTP] [patch 1/9] Network NS - basic.patch

2008-09-17 Thread Benjamin Thery
Veerendra wrote: This patch has 4 files.. check_netns_enabled.c - checks for the network ns is enabled initialize.sh - Initializes the common functions and variables Makefile - Makefile runnetnstest.sh - Creates a batch file to run the tests. Looks like you didn't fix these typos:

Re: [LTP] [patch 3/9] Network NS - crtnetns.patch

2008-09-17 Thread Benjamin Thery
Added files crtchild.c - Program which calls the scripts parent.sh - Checks the child NS is pinging from ParentNS child.sh - Checks the Parent NS is pinging from Child NS parentns.sh - Sets up the infrastruture to create NS childns.sh - This sets up the infra reqd from the child NS

Re: [LTP] [patch 4/9] Network NS - ftp.patch

2008-09-17 Thread Benjamin Thery
This patch consists changes required to address the below files, if required. ch_ftp.sh - Starts the ftp from the child NS container_ftp.pl - Handles the mechanism of logging and doing the ftp par_chld_ftp.c - Basic program to test the ftp between parent and child ns par_ftp.sh -

Re: [LTP] [patch 1/9] Network NS - basic.patch

2008-09-17 Thread Benjamin Thery
Veerendra wrote: This patch has 4 files.. check_netns_enabled.c - checks for the network ns is enabled initialize.sh - Initializes the common functions and variables Makefile - Makefile runnetnstest.sh - Creates a batch file to run the tests. It is me or the patch only contains 2 files:

Re: [LTP] [patch 5/9] Network NS - ipv6.patch

2008-09-17 Thread Benjamin Thery
This patch consists changes required to address the below files, if required. This patch consists of the files childipv6.sh - Tests the IPv6 connection from child NS to parent NS par_chld_ipv6.c - Basic program to create the namespaces paripv6.sh - Tests the IPv6 connection from parent NS

Re: [LTP] [patch 7/9] Network NS - renameveth.patch

2008-09-17 Thread Benjamin Thery
This patch addresses the comments if any, on the below files crtchild_delchild.c - Basic program to create the namespace and rename veth dev delchild.sh - This script deletes the child NS rename_net.sh - Renames the veth device in child NS Signed off by Veerendra C [EMAIL

Re: [LTP] [patch 8/9] Network NS - sysfsview.patch

2008-09-17 Thread Benjamin Thery
This patch addresses the comments if any, on the below files child_propogate.sh - Propagates the contents of the child sysfs to parentNS. parent_share.sh - Creates a sharable volume of the sysfs for child to access. parent_view.sh - Parent NS verifies the contents of the child sysfs.

Re: [LTP] [patch 9/9] Network NS - twonetns.patch

2008-09-17 Thread Benjamin Thery
This patch addresses the comments if any , on the below files. child_1.sh - Creates the child NS1 and verifies the connection to child2 NS child_2.sh - Creates the child NS2 and verifies the connection to child1 NS parent_1.sh - Creates the parent NS1 parent_1.sh - Creates the parent NS2

Re: [LTP] [patch 0/9] Network NS patch

2008-09-17 Thread Subrata Modak
Hi Benjamin, On Wed, 2008-09-17 at 15:45 +0200, Benjamin Thery wrote: Subrata Modak wrote: Hi Veerendra, Before i go ahead in applying and testing your patches, i would like to point out something. Last week in our private discussion, we identified one of the easiest ways to do NETNS

Re: [LTP] Patch[0/3] Autotest cleanups

2008-09-17 Thread Chirag Jog
* Sebastien Dugue [EMAIL PROTECTED] [2008-09-17 13:15:36]: On Wed, 17 Sep 2008 15:24:27 +0530 Chirag Jog [EMAIL PROTECTED] wrote: The [PATCH 1/1] Fixes and Clean up to realtime testsuite was too big in size and never made it to the ltp list I have split the patch into 3 patches