https://bugzilla.novell.com/show_bug.cgi?id=854926 https://bugzilla.novell.com/show_bug.cgi?id=854926#c0 Summary: network:ha-clustering:Factory/pacemaker: unable to run CTS: No module named cib_xml Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software AssignedTo: ygao@suse.com ReportedBy: rbrown@suse.com QAContact: opensuse-communityscreening@forge.provo.novell.com CC: lmb@suse.com, tserong@suse.com Found By: --- Blocker: --- I'm trying to run CTS using a command string such as below: python ./CTSlab.py -L /var/log/messages --syslog-facility daemon --no-unsafe-tests --stack corosync --at-boot 1 --stonith 0 10 --nodes "node1 node2" When I do, I get the following error: abort: couldn't find cts libraries in [/usr/share/pacemaker/tests /usr/share/pacemaker/tests/cts /usr/lib/python27.zip /usr/lib64/python2.7 /usr/lib64/python2.7/plat-linux2 /usr/lib64/python2.7/lib-tk /usr/lib64/python2.7/lib-old /usr/lib64/python2.7/lib-dynload /usr/lib64/python2.7/site-packages /usr/local/lib64/python2.7/site-packages /usr/local/lib/python2.7/site-packages /usr/lib64/python2.7/site-packages/gtk-2.0 /usr/lib/python2.7/site-packages] (check your install and PYTHONPATH) Traceback (most recent call last): File "./CTSlab.py", line 47, in <module> from cts.CM_ais import * File "/usr/lib64/python2.7/site-packages/cts/CM_ais.py", line 26, in <module> from cts.CM_lha import crm_lha File "/usr/lib64/python2.7/site-packages/cts/CM_lha.py", line 32, in <module> from cts.CIB import * File "/usr/lib64/python2.7/site-packages/cts/CIB.py", line 35, in <module> from cib_xml import * ImportError: No module named cib_xml I can't find cib_xml.py in any of our pacemaker packages, but is in upstreams git tree: https://github.com/ClusterLabs/pacemaker/tree/master/cts I suspect cib_xml.py needs to be in our pacemaker packages before CTS is going to work. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.