cijoe-pkg-liblightnvm: cijoe testcases and testplans for liblightnvm
Install
The package is distributed via PyPi, run the following to command to install:
Install cijoe-pkg-liblightnvm system-wide via the pip:
sudo pip install cijoe-pkg-liblightnvm
Or install it user-level:
pip install --user cijoe-pkg-liblightnvm
Create environment definition for CIJOE
Run CIJOE interactively and define the target environment:
# Start cijoe
cijoe
# Use refence definitions as a template for defining your environment
cat $CIJ_ENVS/refenv-u1604.sh > target_env.sh
tail -n +2 $CIJ_ENVS/refenv-liblightnvm.sh >> target_env.sh
# Open up your favorite editor and modify accordingly
vim target_env.sh
Create virtual environment definition for CIJOE
Run CIJOE interactively and define the target environment:
# Start cijoe
cijoe
# Use refence definitions as a template for defining your environment
cat $CIJ_ENVS/refenv-u1604.sh > target_env.sh
# The following is the qemu variables to define
tail -n +2 $CIJ_ENVS/qemu.sh >> target_env.sh
# Lastly, the variables used by liblightnvm testcases
tail -n +2 $CIJ_ENVS/refenv-liblightnvm.sh >> target_env.sh
# Open up your favorite editor and modify accordingly
vim target_env.sh
Running tests
Start the test-runner and view the report:
# Create directory to store results
RESULTS=$(mktemp -d trun.XXXXXX -p /tmp)
# Run using the testplan for Open-Channel 2.0 devices
cij_runner \
$CIJ_TESTPLANS/OCSSD_S20_IOCTL.plan \
target_env.sh \
--output $RESULTS
# Create test report
cij_reporter $RESULTS
# Inspect the test-report
xdg-open $RESULTS/report.html
If you find bugs or need help then feel free to submit an Issue. If you want to get involved head over to the GitHub page to get the source code and submit a Pull request with your changes.
Release files for cijoe-pkg-liblightnvm 0.0.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cijoe-pkg-liblightnvm-0.0.13.tar.gz | 7.1 kB | Details |
Release files / cijoe-pkg-liblightnvm-0.0.13.tar.gz
| Download URL | cijoe-pkg-liblightnvm-0.0.13.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b9f70563a15605ba9edfcc9f2dd8a7fb76034c26c139abf182b79ddf0437031c
|
|
BLAKE2b-256 checksum How to use checksums |
e156827dc588edad667a9b5ecd380e9bcad7857e08cdfdcbec5855d5734b2dbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15
|