Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1010 Bytes

File metadata and controls

23 lines (15 loc) · 1010 Bytes

Ocscilib

Auto-generated documentation for ocs_ci.framework.pytest_customization.ocscilib module.

This is plugin for all the plugins/hooks related to OCS-CI and its configuration.

The basic configuration is done in run_ocsci.py module casue we need to load all the config before pytest run. This run_ocsci.py is just a wrapper for pytest which proccess config and passes all params to pytest.

pytest_addoption

[find in source code]

def pytest_addoption(parser):

Add necessary options to initialize OCS CI library.