test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] tests/ipsec_gw:build ipsec-secgw before tests
  2019-06-10  7:46 [dts] [PATCH V1] tests/ipsec_gw:build ipsec-secgw before tests yaobing
@ 2019-06-10  7:45 ` Zhu, ShuaiX
  2019-06-12  2:53 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhu, ShuaiX @ 2019-06-10  7:45 UTC (permalink / raw)
  To: Yao, BingX Y, dts; +Cc: Yao, BingX Y, Zhu, ShuaiX

Tested-by: Zhu, ShuaiX <shuaix.zhu@intel.com>

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yaobing
> Sent: Monday, June 10, 2019 3:47 PM
> To: dts@dpdk.org
> Cc: Yao, BingX Y <bingx.y.yao@intel.com>
> Subject: [dts] [PATCH V1] tests/ipsec_gw:build ipsec-secgw before tests
> 
> build the sample app ipsec-secgw before tests
> 
> Signed-off-by: yaobing <bingx.y.yao@intel.com>
> ---
>  tests/TestSuite_ipsec_gw_cryptodev_func.py | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/TestSuite_ipsec_gw_cryptodev_func.py
> b/tests/TestSuite_ipsec_gw_cryptodev_func.py
> index dc49577..f4e2f37 100644
> --- a/tests/TestSuite_ipsec_gw_cryptodev_func.py
> +++ b/tests/TestSuite_ipsec_gw_cryptodev_func.py
> @@ -79,6 +79,9 @@ class TestIPsecGW(TestCase):
>          self._app_path = "./examples/ipsec-secgw/build/ipsec-secgw"
>          if not cc.is_build_skip(self):
>              cc.build_dpdk_with_cryptodev(self)
> +        out =self.dut.build_dpdk_apps("./examples/ipsec-secgw")
> +        self.verify("Error"not in out,"Compilation error")
> +        self.verify("No such"not in out,"Compilation error")
>          self.vf_driver = self.get_suite_cfg()['vf_driver']
>          cc.bind_qat_device(self, self.vf_driver)
> 
> --
> 2.17.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts] [PATCH V1] tests/ipsec_gw:build ipsec-secgw before tests
@ 2019-06-10  7:46 yaobing
  2019-06-10  7:45 ` Zhu, ShuaiX
  2019-06-12  2:53 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: yaobing @ 2019-06-10  7:46 UTC (permalink / raw)
  To: dts; +Cc: yaobing

build the sample app ipsec-secgw before tests

Signed-off-by: yaobing <bingx.y.yao@intel.com>
---
 tests/TestSuite_ipsec_gw_cryptodev_func.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/TestSuite_ipsec_gw_cryptodev_func.py b/tests/TestSuite_ipsec_gw_cryptodev_func.py
index dc49577..f4e2f37 100644
--- a/tests/TestSuite_ipsec_gw_cryptodev_func.py
+++ b/tests/TestSuite_ipsec_gw_cryptodev_func.py
@@ -79,6 +79,9 @@ class TestIPsecGW(TestCase):
         self._app_path = "./examples/ipsec-secgw/build/ipsec-secgw"
         if not cc.is_build_skip(self):
             cc.build_dpdk_with_cryptodev(self)
+        out =self.dut.build_dpdk_apps("./examples/ipsec-secgw")
+        self.verify("Error"not in out,"Compilation error")
+        self.verify("No such"not in out,"Compilation error")
         self.vf_driver = self.get_suite_cfg()['vf_driver']
         cc.bind_qat_device(self, self.vf_driver)
 
-- 
2.17.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1] tests/ipsec_gw:build ipsec-secgw before tests
  2019-06-10  7:46 [dts] [PATCH V1] tests/ipsec_gw:build ipsec-secgw before tests yaobing
  2019-06-10  7:45 ` Zhu, ShuaiX
@ 2019-06-12  2:53 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-06-12  2:53 UTC (permalink / raw)
  To: Yao, BingX Y, dts; +Cc: Yao, BingX Y

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yaobing
> Sent: Monday, June 10, 2019 3:47 PM
> To: dts@dpdk.org
> Cc: Yao, BingX Y <bingx.y.yao@intel.com>
> Subject: [dts] [PATCH V1] tests/ipsec_gw:build ipsec-secgw before tests
> 
> build the sample app ipsec-secgw before tests
> 
> Signed-off-by: yaobing <bingx.y.yao@intel.com>
> ---
>  tests/TestSuite_ipsec_gw_cryptodev_func.py | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/TestSuite_ipsec_gw_cryptodev_func.py
> b/tests/TestSuite_ipsec_gw_cryptodev_func.py
> index dc49577..f4e2f37 100644
> --- a/tests/TestSuite_ipsec_gw_cryptodev_func.py
> +++ b/tests/TestSuite_ipsec_gw_cryptodev_func.py
> @@ -79,6 +79,9 @@ class TestIPsecGW(TestCase):
>          self._app_path = "./examples/ipsec-secgw/build/ipsec-secgw"
>          if not cc.is_build_skip(self):
>              cc.build_dpdk_with_cryptodev(self)
> +        out =self.dut.build_dpdk_apps("./examples/ipsec-secgw")
> +        self.verify("Error"not in out,"Compilation error")
> +        self.verify("No such"not in out,"Compilation error")
>          self.vf_driver = self.get_suite_cfg()['vf_driver']
>          cc.bind_qat_device(self, self.vf_driver)
> 
> --
> 2.17.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-12  2:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10  7:46 [dts] [PATCH V1] tests/ipsec_gw:build ipsec-secgw before tests yaobing
2019-06-10  7:45 ` Zhu, ShuaiX
2019-06-12  2:53 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).