aboutsummaryrefslogtreecommitdiffstats
path: root/test_exmachina.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-07-25 17:34:31 -0700
committerbnewbold <bnewbold@robocracy.org>2012-07-25 17:34:31 -0700
commit3dbedae6d25dc4652f7ac1a1542e19e630b90894 (patch)
tree03f03262dc0b5d34744a22f354775e3cd981a39e /test_exmachina.py
parent9f2871ebd77e3d862ffd0e940747d684ddc7e1f9 (diff)
downloadexmachina-3dbedae6d25dc4652f7ac1a1542e19e630b90894.tar.gz
exmachina-3dbedae6d25dc4652f7ac1a1542e19e630b90894.zip
apt-get wrappers
Diffstat (limited to 'test_exmachina.py')
-rwxr-xr-xtest_exmachina.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test_exmachina.py b/test_exmachina.py
index 3039129..ec73def 100755
--- a/test_exmachina.py
+++ b/test_exmachina.py
@@ -65,6 +65,9 @@ def main():
print client.initd.status("greentooth")
print "(expect Error on the above line)"
print client.initd.status("bluetooth")
+ print client.apt.install("pkg_which_does_not_exist")
+ print client.apt.remove("pkg_which_does_not_exist")
+ #print client.apt.update() # can be slow...
client.close()
if __name__ == '__main__':