Installation of the packages without any issues. Starting lnst-slave daemon through systemd OK, running lnst-ctl without issues. Running smoke tests without issues.
Installs and runs fine on 7.2
Installs and runs fine on 6.7
Installs and runs fine on f23.
Installs and runs fine on f22.
So, we're missing this dependency:
# dnf install dbus-python
Got following after installation rpm with:
[root@localhost ~]# lnst-slave --help
Traceback (most recent call last):
File "/usr/bin/lnst-slave", line 22, in <module>
from lnst.Slave.NetTestSlave import NetTestSlave
File "/usr/lib/python2.7/site-packages/lnst/Slave/NetTestSlave.py", line 38, in <module>
from lnst.Slave.InterfaceManager import InterfaceManager
File "/usr/lib/python2.7/site-packages/lnst/Slave/InterfaceManager.py", line 17, in <module>
from lnst.Slave.NetConfigDevice import NetConfigDevice
File "/usr/lib/python2.7/site-packages/lnst/Slave/NetConfigDevice.py", line 19, in <module>
from lnst.Slave.NmConfigDevice import type_class_mapping as nm_type_class_mapping
File "/usr/lib/python2.7/site-packages/lnst/Slave/NmConfigDevice.py", line 16, in <module>
import dbus
ImportError: No module named dbus
works for me
works on F21
Works fine on F23
Works fine on F22
Works fine on RHEL7.
Works fine on RHEL6
Installation of the packages without any issues. Starting lnst-slave daemon through systemd OK, running lnst-ctl without issues. Running smoke tests without issues.