[dts] [PATCH V1] tests/telemetry: adapt meson build

Tu, Lijuan lijuan.tu at intel.com
Thu Mar 25 06:55:26 CET 2021



> -----Original Message-----
> From: dts <dts-bounces at dpdk.org> On Behalf Of Zhou Jun
> Sent: 2021年3月23日 14:05
> To: dts at dpdk.org
> Cc: Zhou, JunX W <junx.w.zhou at intel.com>
> Subject: [dts] [PATCH V1] tests/telemetry: adapt meson build
> 
> adapt meson build, need modify compile parameter and recompile  for test
> 
> Signed-off-by: Zhou Jun <junx.w.zhou at intel.com>
> ---
>  tests/TestSuite_telemetry.py | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_telemetry.py b/tests/TestSuite_telemetry.py index
> 7e474bc..8de8fb6 100644
> --- a/tests/TestSuite_telemetry.py
> +++ b/tests/TestSuite_telemetry.py
> @@ -49,6 +49,7 @@ class TestTelemetry(TestCase):
> 
> "'s/CONFIG_RTE_LIBRTE_TELEMETRY=n/CONFIG_RTE_LIBRTE_TELEMETRY=y/g
> '"
>              " {}/config/common_base").format(self.target_dir)
>          self.d_a_console(cmd)
> +        self.dut.set_build_options({'RTE_LIBRTE_TELEMETRY': 'y'})

Duplicated with your old method, please remove it, thanks

> 
>      def create_query_script(self):
>          '''
> @@ -588,7 +589,8 @@ class TestTelemetry(TestCase):
>          """
>          Run after each test suite.
>          """
> -        pass
> +        self.dut.set_build_options({'RTE_LIBRTE_TELEMETRY': 'n'})
> +        self.dut.build_install_dpdk(self.target)
> 
>      def test_basic_connection(self):
>          '''
> --
> 1.8.3.1



More information about the dts mailing list