re-import sources as agreed with the maintainer
This commit is contained in:
parent
137cd353e1
commit
6121388a1f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/psutil-5.4.3.tar.gz
|
||||
/psutil-5.4.3.tar.gz
|
||||
|
8
tests/smoke/runtest.sh
Executable file
8
tests/smoke/runtest.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
MODULE_PATH=`python3 -c "import psutil; print(psutil.__file__)"`
|
||||
TESTDIR=`dirname $MODULE_PATH`/tests
|
||||
|
||||
python3 $TESTDIR/test_unicode.py
|
12
tests/tests.yml
Normal file
12
tests/tests.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- atomic
|
||||
- classic
|
||||
required_packages:
|
||||
- python3-mock
|
||||
- python3-psutil
|
||||
tests:
|
||||
- smoke
|
Loading…
Reference in New Issue
Block a user