DaanHoogland edited a comment on pull request #4479:
URL: https://github.com/apache/cloudstack/pull/4479#issuecomment-734159133
```
# python3 -m pip list --format=columns
Package Version
---------------------- -----------------
2to3 1.0
bcrypt 3.2.0
certifi 2020.11.8
cffi 1.14.3
chardet 3.0.4
coverage 5.3
cryptography 3.2.1
ddt 1.4.1
dnspython 2.0.0
idna 2.10
importlib-resources 3.3.0
ipmisim 0.8
linecache2 1.0.0
lxml 4.6.1
Marvin 4.15.0.0-SNAPSHOT
mysql-connector-python 8.0.22
netaddr 0.8.0
nose 1.3.7
nose2 0.9.2
paramiko 2.7.2
pip 9.0.3
protobuf 3.14.0
pycparser 2.20
pycrypt 0.7.2
pyghmi 1.2.16
PyNaCl 1.4.0
pyOpenSSL 19.1.0
pytz 2020.4
pyvmomi 7.0.1
requests 2.25.0
retries 1.0
setuptools 39.2.0
six 1.15.0
traceback2 1.4.0
unittest2 1.1.0
urllib3 1.26.2
zipp 3.4.0
```
not all of these are needed!
run on the basis of :
```
python3 -m nose2 --with-marvin --marvin-config=<marvin-cfg> --hypervisor=kvm
-E "advanced in tags and nose2 in tags" --log-folder-path=/tmp/MarvinLogs smoke
```
needs a `unittest.cfg:
```
[unittest]
plugins = marvin.marvinPlugin
nose2.plugins.attrib
exclude-plugins = coverage
```
location of config items `marvin-config`, `log-folder-path` should move to a
`[marvin]` section in above file
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]