aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKamalesh Babulal <kamalesh@linux.vnet.ibm.com>2015-07-06 13:28:25 +0100
committerBryn M. Reeves <bmr@redhat.com>2015-07-06 13:28:25 +0100
commit198929b844b9aeeb2d6c815ca3e89143d3fb02cd (patch)
treecb63d97fdf0d4a107a4e82a0533bb4909a1443fb /tests
parentab55d60518e3885b73de0f2a3d6258f38d956ab4 (diff)
downloadsos-198929b844b9aeeb2d6c815ca3e89143d3fb02cd.tar.gz
[global] Fix vim tags typo in all python source files
Fix the syntax of the vim modeline used to enable the required editing mode in all python sources files. The desired options are: et - expand tabs (convert tab chars to spaces) ts=4 - set tabstop to 4 characters sw=4 - set shiftwidth to 4 characters Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> (edits for commit message, modeline compatibility & options) Signed-off-by: Bryn M. Reeves <bmr@redhat.com> --- __run__.py | 2 +- example_plugins/example.py | 2 +- setup.py | 2 +- sos/archive.py | 2 +- sos/plugins/__init__.py | 2 +- sos/plugins/abrt.py | 2 +- sos/plugins/acpid.py | 2 +- sos/plugins/anaconda.py | 2 +- sos/plugins/anacron.py | 2 +- sos/plugins/apache.py | 2 +- sos/plugins/apparmor.py | 2 +- sos/plugins/apport.py | 2 +- sos/plugins/apt.py | 2 +- sos/plugins/ata.py | 2 +- sos/plugins/auditd.py | 2 +- sos/plugins/autofs.py | 2 +- sos/plugins/azure.py | 2 +- sos/plugins/block.py | 2 +- sos/plugins/boot.py | 2 +- sos/plugins/ceph.py | 2 +- sos/plugins/cgroups.py | 2 +- sos/plugins/cluster.py | 2 +- sos/plugins/cobbler.py | 2 +- sos/plugins/corosync.py | 2 +- sos/plugins/cron.py | 2 +- sos/plugins/cs.py | 2 +- sos/plugins/ctdb.py | 2 +- sos/plugins/cups.py | 2 +- sos/plugins/dbus.py | 2 +- sos/plugins/devicemapper.py | 2 +- sos/plugins/dhcp.py | 2 +- sos/plugins/distupgrade.py | 2 +- sos/plugins/dmraid.py | 2 +- sos/plugins/docker.py | 2 +- sos/plugins/dovecot.py | 2 +- sos/plugins/dpkg.py | 2 +- sos/plugins/ds.py | 2 +- sos/plugins/fcoe.py | 2 +- sos/plugins/filesys.py | 2 +- sos/plugins/firewalld.py | 2 +- sos/plugins/foreman.py | 2 +- sos/plugins/gdm.py | 2 +- sos/plugins/general.py | 2 +- sos/plugins/gluster.py | 2 +- sos/plugins/grub.py | 2 +- sos/plugins/grub2.py | 2 +- sos/plugins/haproxy.py | 2 +- sos/plugins/hardware.py | 2 +- sos/plugins/hpasm.py | 2 +- sos/plugins/hts.py | 2 +- sos/plugins/i18n.py | 2 +- sos/plugins/infiniband.py | 2 +- sos/plugins/ipa.py | 2 +- sos/plugins/ipsec.py | 2 +- sos/plugins/ipvs.py | 2 +- sos/plugins/iscsi.py | 2 +- sos/plugins/iscsitarget.py | 2 +- sos/plugins/java.py | 2 +- sos/plugins/juju.py | 2 +- sos/plugins/kdump.py | 2 +- sos/plugins/keepalived.py | 2 +- sos/plugins/kernel.py | 2 +- sos/plugins/kernelrt.py | 2 +- sos/plugins/keyutils.py | 2 +- sos/plugins/kpatch.py | 2 +- sos/plugins/krb5.py | 2 +- sos/plugins/kvm.py | 2 +- sos/plugins/landscape.py | 2 +- sos/plugins/ldap.py | 2 +- sos/plugins/libraries.py | 2 +- sos/plugins/libvirt.py | 2 +- sos/plugins/lightdm.py | 2 +- sos/plugins/lilo.py | 2 +- sos/plugins/logrotate.py | 2 +- sos/plugins/logs.py | 2 +- sos/plugins/lsbrelease.py | 2 +- sos/plugins/lvm2.py | 2 +- sos/plugins/maas.py | 2 +- sos/plugins/manageiq.py | 2 +- sos/plugins/md.py | 2 +- sos/plugins/megacli.py | 2 +- sos/plugins/memory.py | 2 +- sos/plugins/mongodb.py | 2 +- sos/plugins/mpt.py | 2 +- sos/plugins/mrggrid.py | 2 +- sos/plugins/mrgmessg.py | 2 +- sos/plugins/multipath.py | 2 +- sos/plugins/mysql.py | 2 +- sos/plugins/named.py | 2 +- sos/plugins/navicli.py | 2 +- sos/plugins/networking.py | 2 +- sos/plugins/nfs.py | 2 +- sos/plugins/nfsserver.py | 2 +- sos/plugins/nis.py | 2 +- sos/plugins/nscd.py | 2 +- sos/plugins/ntp.py | 2 +- sos/plugins/numa.py | 2 +- sos/plugins/oddjob.py | 2 +- sos/plugins/openhpi.py | 2 +- sos/plugins/openshift.py | 2 +- sos/plugins/openssl.py | 2 +- sos/plugins/openstack_ceilometer.py | 2 +- sos/plugins/openstack_cinder.py | 2 +- sos/plugins/openstack_glance.py | 2 +- sos/plugins/openstack_heat.py | 2 +- sos/plugins/openstack_horizon.py | 2 +- sos/plugins/openstack_keystone.py | 2 +- sos/plugins/openstack_neutron.py | 2 +- sos/plugins/openstack_nova.py | 2 +- sos/plugins/openstack_swift.py | 2 +- sos/plugins/openstack_trove.py | 2 +- sos/plugins/openswan.py | 2 +- sos/plugins/openvswitch.py | 2 +- sos/plugins/pam.py | 2 +- sos/plugins/pci.py | 2 +- sos/plugins/pcp.py | 2 +- sos/plugins/postfix.py | 2 +- sos/plugins/postgresql.py | 2 +- sos/plugins/powerpath.py | 2 +- sos/plugins/powerpc.py | 2 +- sos/plugins/ppp.py | 2 +- sos/plugins/procenv.py | 2 +- sos/plugins/process.py | 2 +- sos/plugins/processor.py | 2 +- sos/plugins/psacct.py | 2 +- sos/plugins/pxe.py | 2 +- sos/plugins/python.py | 2 +- sos/plugins/qpid.py | 2 +- sos/plugins/quagga.py | 2 +- sos/plugins/rabbitmq.py | 2 +- sos/plugins/radius.py | 2 +- sos/plugins/rhui.py | 2 +- sos/plugins/rpm.py | 2 +- sos/plugins/s390.py | 2 +- sos/plugins/samba.py | 2 +- sos/plugins/sanlock.py | 2 +- sos/plugins/sar.py | 2 +- sos/plugins/satellite.py | 2 +- sos/plugins/scsi.py | 2 +- sos/plugins/selinux.py | 2 +- sos/plugins/sendmail.py | 2 +- sos/plugins/smartcard.py | 2 +- sos/plugins/snmp.py | 2 +- sos/plugins/soundcard.py | 2 +- sos/plugins/squid.py | 2 +- sos/plugins/ssh.py | 2 +- sos/plugins/ssmtp.py | 2 +- sos/plugins/sssd.py | 2 +- sos/plugins/startup.py | 2 +- sos/plugins/sunrpc.py | 2 +- sos/plugins/symcli.py | 2 +- sos/plugins/system.py | 2 +- sos/plugins/systemd.py | 2 +- sos/plugins/systemtap.py | 2 +- sos/plugins/sysvipc.py | 2 +- sos/plugins/targetcli.py | 2 +- sos/plugins/teamd.py | 2 +- sos/plugins/tftpserver.py | 2 +- sos/plugins/tomcat.py | 2 +- sos/plugins/tuned.py | 2 +- sos/plugins/udev.py | 2 +- sos/plugins/unity.py | 2 +- sos/plugins/upstart.py | 2 +- sos/plugins/usb.py | 2 +- sos/plugins/veritas.py | 2 +- sos/plugins/vmware.py | 2 +- sos/plugins/vsftpd.py | 2 +- sos/plugins/x11.py | 2 +- sos/plugins/xen.py | 2 +- sos/plugins/xfs.py | 2 +- sos/plugins/xinetd.py | 2 +- sos/plugins/yum.py | 2 +- sos/policies/__init__.py | 2 +- sos/policies/debian.py | 2 +- sos/policies/osx.py | 2 +- sos/policies/redhat.py | 2 +- sos/policies/ubuntu.py | 2 +- sos/reporting.py | 2 +- sos/sosreport.py | 2 +- sos/utilities.py | 2 +- tests/archive_tests.py | 2 +- tests/importer_tests.py | 2 +- tests/option_tests.py | 2 +- tests/plugin_tests.py | 2 +- tests/policy_tests.py | 2 +- tests/report_tests.py | 2 +- tests/sosreport_pexpect.py | 2 +- tests/test_exe.py | 2 +- tests/utilities_tests.py | 2 +- 189 files changed, 189 insertions(+), 189 deletions(-)
Diffstat (limited to 'tests')
-rw-r--r--tests/archive_tests.py2
-rw-r--r--tests/importer_tests.py2
-rw-r--r--tests/option_tests.py2
-rw-r--r--tests/plugin_tests.py2
-rw-r--r--tests/policy_tests.py2
-rw-r--r--tests/report_tests.py2
-rw-r--r--tests/sosreport_pexpect.py2
-rwxr-xr-xtests/test_exe.py2
-rw-r--r--tests/utilities_tests.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/tests/archive_tests.py b/tests/archive_tests.py
index c778e4e5..70979093 100644
--- a/tests/archive_tests.py
+++ b/tests/archive_tests.py
@@ -92,4 +92,4 @@ class TarFileArchiveTest(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/importer_tests.py b/tests/importer_tests.py
index e7e20a27..2182ca26 100644
--- a/tests/importer_tests.py
+++ b/tests/importer_tests.py
@@ -12,4 +12,4 @@ class ImporterHelperTests(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/option_tests.py b/tests/option_tests.py
index 3185bce0..fe37ccfe 100644
--- a/tests/option_tests.py
+++ b/tests/option_tests.py
@@ -33,4 +33,4 @@ class GlobalOptionTest(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py
index 7364eff1..e30ded5c 100644
--- a/tests/plugin_tests.py
+++ b/tests/plugin_tests.py
@@ -319,4 +319,4 @@ class RegexSubTests(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/policy_tests.py b/tests/policy_tests.py
index fe208fcd..d02277ba 100644
--- a/tests/policy_tests.py
+++ b/tests/policy_tests.py
@@ -68,4 +68,4 @@ class PackageManagerTests(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/report_tests.py b/tests/report_tests.py
index 5bb1d837..39635104 100644
--- a/tests/report_tests.py
+++ b/tests/report_tests.py
@@ -117,4 +117,4 @@ class TestPlainReport(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/sosreport_pexpect.py b/tests/sosreport_pexpect.py
index 4b807239..af94541c 100644
--- a/tests/sosreport_pexpect.py
+++ b/tests/sosreport_pexpect.py
@@ -27,4 +27,4 @@ class PexpectTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/test_exe.py b/tests/test_exe.py
index ee493b72..9b0af075 100755
--- a/tests/test_exe.py
+++ b/tests/test_exe.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
print "executed"
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/utilities_tests.py b/tests/utilities_tests.py
index 60087c18..607056e7 100644
--- a/tests/utilities_tests.py
+++ b/tests/utilities_tests.py
@@ -87,4 +87,4 @@ class FindTest(unittest.TestCase):
leaves = find("leaf", TEST_DIR, path_pattern="tests/path")
self.assertFalse(any(name.endswith("leaf") for name in leaves))
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :