----- Original Message ----- > From: [email protected] > To: "Jan Stancek" <[email protected]> > Cc: [email protected] > Sent: Tuesday, 29 July, 2014 4:14:52 PM > Subject: Re: [LTP] [PATCH] extract pidns tests from runpidnstest.sh to > runtest/container > > Hi! > > Extract pinds testcases from container_test.sh and list > > all separately in container runtest. > > > > Signed-off-by: Jan Stancek <[email protected]> > > --- > > runtest/containers | 15 +++ > > testcases/kernel/containers/container_test.sh | 8 -- > > testcases/kernel/containers/pidns/.gitignore | 2 +- > > testcases/kernel/containers/pidns/Makefile | 1 + > > .../kernel/containers/pidns/check_pidns_enabled.c | 70 ------------- > > testcases/kernel/containers/pidns/pidns01.c | 9 ++ > > testcases/kernel/containers/pidns/pidns02.c | 9 ++ > > testcases/kernel/containers/pidns/pidns03.c | 3 +- > > testcases/kernel/containers/pidns/pidns04.c | 9 ++ > > testcases/kernel/containers/pidns/pidns05.c | 9 ++ > > testcases/kernel/containers/pidns/pidns06.c | 10 ++ > > testcases/kernel/containers/pidns/pidns10.c | 9 ++ > > testcases/kernel/containers/pidns/pidns12.c | 9 ++ > > testcases/kernel/containers/pidns/pidns13.c | 9 ++ > > testcases/kernel/containers/pidns/pidns16.c | 10 ++ > > testcases/kernel/containers/pidns/pidns17.c | 9 ++ > > testcases/kernel/containers/pidns/pidns20.c | 9 ++ > > testcases/kernel/containers/pidns/pidns30.c | 9 ++ > > testcases/kernel/containers/pidns/pidns31.c | 9 ++ > > testcases/kernel/containers/pidns/pidns_helper.c | 37 +++++++ > ^ > I would name this one > pidns_helper.h so that we don't > have to skip it in the Makefile
Renamed, change "container" to "containers" in commit message and pushed. Regards, Jan > > The rest looks good, acked. > > -- > Cyril Hrubis > [email protected] > ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
