All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core] tests/test_mr.py: make cases description unique
@ 2022-07-15  9:44 lizhijian
  2022-07-15 11:06 ` lizhijian
  2022-07-22  2:10 ` lizhijian
  0 siblings, 2 replies; 3+ messages in thread
From: lizhijian @ 2022-07-15  9:44 UTC (permalink / raw)
  To: leon, jgg; +Cc: linux-rdma, lizhijian

[root@rdma-server rdma-core]# git grep 'Verify that illegal flags combination fails as expected'
tests/test_mr.py:        Verify that illegal flags combination fails as expected
tests/test_mr.py:        Verify that illegal flags combination fails as expected

This description will be printed if verbose is on.

I'm going to add pyverbs tests to the LKP CI, unique description can help
LKP to distinguish the case.

Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
---
 tests/test_mr.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_mr.py b/tests/test_mr.py
index 3ec1fb3f32e8..b8159e4ca504 100644
--- a/tests/test_mr.py
+++ b/tests/test_mr.py
@@ -529,7 +529,7 @@ class DmaBufMRTest(PyverbsAPITestCase):
 
     def test_dmabuf_reg_mr_bad_flags(self):
         """
-        Verify that illegal flags combination fails as expected
+        Verify that DmaBufMR with illegal flags combination fails as expected
         """
         check_dmabuf_support(self.gpu)
         with PD(self.ctx) as pd:
-- 
2.31.1

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

* Re: [PATCH rdma-core] tests/test_mr.py: make cases description unique
  2022-07-15  9:44 [PATCH rdma-core] tests/test_mr.py: make cases description unique lizhijian
@ 2022-07-15 11:06 ` lizhijian
  2022-07-22  2:10 ` lizhijian
  1 sibling, 0 replies; 3+ messages in thread
From: lizhijian @ 2022-07-15 11:06 UTC (permalink / raw)
  To: leon, jgg; +Cc: linux-rdma


I submit a PR to enable pytests in LKP, hope the LKP robot can help us to prevent obvious regressions.
https://github.com/intel/lkp-tests/pull/146
NOTE: only RXE driver is adapted to LKP so far.


On 15/07/2022 17:44, Li, Zhijian/李 智坚 wrote:
> [root@rdma-server rdma-core]# git grep 'Verify that illegal flags combination fails as expected'
> tests/test_mr.py:        Verify that illegal flags combination fails as expected
> tests/test_mr.py:        Verify that illegal flags combination fails as expected
>
> This description will be printed if verbose is on.
>
> I'm going to add pyverbs tests to the LKP CI, unique description can help
> LKP to distinguish the case.
>
> Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
> ---
>   tests/test_mr.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/test_mr.py b/tests/test_mr.py
> index 3ec1fb3f32e8..b8159e4ca504 100644
> --- a/tests/test_mr.py
> +++ b/tests/test_mr.py
> @@ -529,7 +529,7 @@ class DmaBufMRTest(PyverbsAPITestCase):
>   
>       def test_dmabuf_reg_mr_bad_flags(self):
>           """
> -        Verify that illegal flags combination fails as expected
> +        Verify that DmaBufMR with illegal flags combination fails as expected
>           """
>           check_dmabuf_support(self.gpu)
>           with PD(self.ctx) as pd:

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

* Re: [PATCH rdma-core] tests/test_mr.py: make cases description unique
  2022-07-15  9:44 [PATCH rdma-core] tests/test_mr.py: make cases description unique lizhijian
  2022-07-15 11:06 ` lizhijian
@ 2022-07-22  2:10 ` lizhijian
  1 sibling, 0 replies; 3+ messages in thread
From: lizhijian @ 2022-07-22  2:10 UTC (permalink / raw)
  To: leon, jgg; +Cc: linux-rdma

Since format of this patch is mangled,  submit a PR instead
https://github.com/linux-rdma/rdma-core/pull/1200

On 15/07/2022 17:44, Li, Zhijian/李 智坚 wrote:
> [root@rdma-server rdma-core]# git grep 'Verify that illegal flags combination fails as expected'
> tests/test_mr.py:        Verify that illegal flags combination fails as expected
> tests/test_mr.py:        Verify that illegal flags combination fails as expected
>
> This description will be printed if verbose is on.
>
> I'm going to add pyverbs tests to the LKP CI, unique description can help
> LKP to distinguish the case.
>
> Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
> ---
>   tests/test_mr.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/test_mr.py b/tests/test_mr.py
> index 3ec1fb3f32e8..b8159e4ca504 100644
> --- a/tests/test_mr.py
> +++ b/tests/test_mr.py
> @@ -529,7 +529,7 @@ class DmaBufMRTest(PyverbsAPITestCase):
>   
>       def test_dmabuf_reg_mr_bad_flags(self):
>           """
> -        Verify that illegal flags combination fails as expected
> +        Verify that DmaBufMR with illegal flags combination fails as expected
>           """
>           check_dmabuf_support(self.gpu)
>           with PD(self.ctx) as pd:

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

end of thread, other threads:[~2022-07-22  2:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  9:44 [PATCH rdma-core] tests/test_mr.py: make cases description unique lizhijian
2022-07-15 11:06 ` lizhijian
2022-07-22  2:10 ` lizhijian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.