You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
403 B
14 lines
403 B
6 years ago
|
# Run tests
|
||
|
|
||
|
Run the following commands to install test dependencies (assumes that all mender-convert dependencies are already installed):
|
||
|
|
||
|
sudo apt-get update e2fsprogs=1.44.1-1
|
||
|
sudo apt-get -qy --force-yes install python-pip
|
||
|
sudo pip2 install pytest --upgrade
|
||
|
sudo pip2 install pytest-xdist --upgrade
|
||
|
sudo pip2 install pytest-html --upgrade
|
||
|
|
||
|
Run tests:
|
||
|
|
||
|
./scripts/run-tests.sh
|