aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/sos.test
diff options
context:
space:
mode:
authorpcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-11-27 23:33:41 +0000
committerpcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8>2010-11-27 23:33:41 +0000
commitc4d03d9b99ee4f8c464b46c90101510681bc5c0e (patch)
treecf186689cd61a16bc943491dc80d1d4f481676e9 /testsuite/sos.test
parent6d8b15f796fc9a90ac1be8275d3fc118b6bc8d61 (diff)
downloadsos-c4d03d9b99ee4f8c464b46c90101510681bc5c0e.tar.gz
[tests] Replaced old expect scripts with pexpect
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1048 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'testsuite/sos.test')
-rw-r--r--testsuite/sos.test/batchmode.exp6
-rw-r--r--testsuite/sos.test/plugin_install.exp7
2 files changed, 0 insertions, 13 deletions
diff --git a/testsuite/sos.test/batchmode.exp b/testsuite/sos.test/batchmode.exp
deleted file mode 100644
index ca0b11f3..00000000
--- a/testsuite/sos.test/batchmode.exp
+++ /dev/null
@@ -1,6 +0,0 @@
-set test "BATCHMODE"
-spawn /usr/sbin/sosreport --batch
-set timeout 15
-expect {
- -re "^.*send this file to your support representative." { pass $test }
-}
diff --git a/testsuite/sos.test/plugin_install.exp b/testsuite/sos.test/plugin_install.exp
deleted file mode 100644
index 265724b2..00000000
--- a/testsuite/sos.test/plugin_install.exp
+++ /dev/null
@@ -1,7 +0,0 @@
-# Tests for any plugins that do not install
-
-set test "plugin installs"
-spawn /usr/sbin/sosreport -l
-expect {
- -re "plugin.*does not install, skipping" { fail $test }
-}