Skip to content

LuyaoZhong/vpmem-tempest-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Install VPMEM Tempest Plugin and Run tests

  1. You first need to install Tempest.
  2. Install the package from the plugin root directory:

    $ sudo pip install -e .
  3. List installed plugin by tempest unity:

    $ tempest list-plugins
    +----------------------+------------------------------------------------+
    |         Name         |                   EntryPoint                   |
    +----------------------+------------------------------------------------+
    | vpmem-tempest-plugin | vpmem_tempest_plugin.plugin:VPMEMTempestPlugin |
    +----------------------+------------------------------------------------+
  4. List tempest tests in this plugin:

    $ tempest run --list-tests |grep vpmem_tempest_plugin
    vpmem_tempest_plugin.tests.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops...
    ...
  5. Run tempest tests of this plugin:

    $ tempest run --regex vpmem_tempest_plugin*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages