[dts] [PATCH V2 4/5] fix TestSuite coremask
Liu, Yong
yong.liu at intel.com
Thu Sep 22 03:04:11 CEST 2016
Hi gang, please add which kind of information moved to stderr in your comment.
> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of xu,gang
> Sent: Wednesday, September 21, 2016 6:19 PM
> To: dts at dpdk.org
> Cc: Xu, GangX
> Subject: [dts] [PATCH V2 4/5] fix TestSuite coremask
>
> copy standard error to standard output,that wo can read in out file
>
> Signed-off-by: xu,gang <gangx.xu at intel.com>
> ---
> tests/TestSuite_coremask.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_coremask.py b/tests/TestSuite_coremask.py
> index 9fd039d..2458d8f 100644
> --- a/tests/TestSuite_coremask.py
> +++ b/tests/TestSuite_coremask.py
> @@ -104,7 +104,7 @@ class TestCoremask(TestCase):
> Check coremask parsing for more cores than available.
> """
>
> - command_line = """./%s/app/test -c %s -n %d --log-level 8|tee
> out"""
> + command_line = """./%s/app/test -c %s -n %d --log-level 8 2 > &1
> |tee out"""
>
> # Default big coremask value 128
> big_coremask_size = 128
> --
> 1.9.3
More information about the dts
mailing list