summaryrefslogtreecommitdiff
path: root/morphlib/exts/nfsboot.check
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/exts/nfsboot.check')
-rwxr-xr-xmorphlib/exts/nfsboot.check7
1 files changed, 1 insertions, 6 deletions
diff --git a/morphlib/exts/nfsboot.check b/morphlib/exts/nfsboot.check
index f84f187f..806e560a 100755
--- a/morphlib/exts/nfsboot.check
+++ b/morphlib/exts/nfsboot.check
@@ -56,12 +56,7 @@ class NFSBootCheckExtension(morphlib.writeexts.WriteExtension):
version_label, location))
def test_good_server(self, server):
- # Can be ssh'ed into
- try:
- cliapp.ssh_runcmd('root@%s' % server, ['true'])
- except cliapp.AppException:
- raise cliapp.AppException('You are unable to ssh into server %s'
- % server)
+ self.check_ssh_connectivity(server)
# Is an NFS server
try: