Metadata-Version: 2.1
Name: stqe
Version: 0.1.12
Summary: Python modules used by kernel storage QE team
Home-page: https://gitlab.com/rh-kernel-stqe/python-stqe
Author: Bruno Goncalves
Author-email: bgoncalv@redhat.com
Project-URL: Bug Reports, https://gitlab.com/rh-kernel-stqe/python-stqe/issues
Project-URL: Source, https://gitlab.com/rh-kernel-stqe/python-stqe
Keywords: stqe,python-stqe,stqe-test
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# stqe

Kernel-QE Storage test suite

### Dependencies
* Python >= 3.6
* pip >= 19

#### RHEL-8.x RHEL-9.x | Fedora
`dnf install python3-netifaces python3-augeas`
#### RHEL-7
`yum install augeas-libs`

### Installation
`python -m pip install stqe --no-binary=stqe`\
or\
`git clone; cd python-stqe`\
`python -m pip install .`

(optional) edit /etc/san_top.conf example

#### How to Uninstall
`python -m pip uninstall stqe`

### Packaging
 While in python-stqe dir:

`python -m pip install build`\
`python -m build`

#### Basic usage
`stqe-test --help`

