test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/l2fwd_cryptodev_func: build the sample app l2fwd-crypto before tests.
@ 2019-04-08  1:26 michael.luo
  2019-04-09  1:40 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: michael.luo @ 2019-04-08  1:26 UTC (permalink / raw)
  To: dts

From: Luo Gaoliang <michael.luo@intel.com>

Signed-off-by: Luo Gaoliang <michael.luo@intel.com>
---
 tests/TestSuite_l2fwd_cryptodev_func.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/TestSuite_l2fwd_cryptodev_func.py b/tests/TestSuite_l2fwd_cryptodev_func.py
index 546c010..2b1194b 100644
--- a/tests/TestSuite_l2fwd_cryptodev_func.py
+++ b/tests/TestSuite_l2fwd_cryptodev_func.py
@@ -85,6 +85,10 @@ class TestL2fwdCrypto(TestCase):
         if not cc.is_build_skip(self):
             cc.build_dpdk_with_cryptodev(self)
 
+        out = self.dut.build_dpdk_apps("./examples/l2fwd-crypto")
+        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.7.4


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

* Re: [dts] [PATCH] tests/l2fwd_cryptodev_func: build the sample app l2fwd-crypto before tests.
  2019-04-08  1:26 [dts] [PATCH] tests/l2fwd_cryptodev_func: build the sample app l2fwd-crypto before tests michael.luo
@ 2019-04-09  1:40 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-04-09  1:40 UTC (permalink / raw)
  To: Luo, Michael, dts

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of
> michael.luo@intel.com
> Sent: Sunday, April 7, 2019 6:27 PM
> To: dts@dpdk.org
> Subject: [dts] [PATCH] tests/l2fwd_cryptodev_func: build the sample app
> l2fwd-crypto before tests.
> 
> From: Luo Gaoliang <michael.luo@intel.com>
> 
> Signed-off-by: Luo Gaoliang <michael.luo@intel.com>
> ---
>  tests/TestSuite_l2fwd_cryptodev_func.py | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/tests/TestSuite_l2fwd_cryptodev_func.py
> b/tests/TestSuite_l2fwd_cryptodev_func.py
> index 546c010..2b1194b 100644
> --- a/tests/TestSuite_l2fwd_cryptodev_func.py
> +++ b/tests/TestSuite_l2fwd_cryptodev_func.py
> @@ -85,6 +85,10 @@ class TestL2fwdCrypto(TestCase):
>          if not cc.is_build_skip(self):
>              cc.build_dpdk_with_cryptodev(self)
> 
> +        out = self.dut.build_dpdk_apps("./examples/l2fwd-crypto")
> +        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.7.4


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

end of thread, other threads:[~2019-04-09  1:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-08  1:26 [dts] [PATCH] tests/l2fwd_cryptodev_func: build the sample app l2fwd-crypto before tests michael.luo
2019-04-09  1:40 ` 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).