mbox series

[V2,0/2] add smoke test nic part

Message ID 20210114021537.8863-1-box.c.chen@intel.com (mailing list archive)
Headers
Series add smoke test nic part |

Message

Chen, BoX C Jan. 14, 2021, 2:15 a.m. UTC
  add smoke test nic part, change license information to 2021.

ChenBo (2):
  add smoke test plan
  add smoke test suites nic part

 test_plans/pf_smoke_test.rst | 163 ++++++++++++++++++++++++++++++++
 test_plans/vf_smoke_test.rst | 176 ++++++++++++++++++++++++++++++++++
 tests/TestSuite_pf_smoke.py  | 151 ++++++++++++++++++++++++++++++
 tests/TestSuite_vf_smoke.py  | 171 +++++++++++++++++++++++++++++++++
 tests/smoke_base.py          | 177 +++++++++++++++++++++++++++++++++++
 5 files changed, 838 insertions(+)
 create mode 100644 test_plans/pf_smoke_test.rst
 create mode 100644 test_plans/vf_smoke_test.rst
 create mode 100644 tests/TestSuite_pf_smoke.py
 create mode 100644 tests/TestSuite_vf_smoke.py
 create mode 100644 tests/smoke_base.py
  

Comments

Tu, Lijuan Jan. 19, 2021, 6:16 a.m. UTC | #1
> add smoke test nic part, change license information to 2021.
> 
> ChenBo (2):
>   add smoke test plan
>   add smoke test suites nic part

Applied the series, thanks