]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - tests/server.wv
Add initial implementation of --ssh option to connect to novaboot-shell
[novaboot.git] / tests / server.wv
index 034f56d1b5faeb3e5a6870e4c08796f9a0e27fdf..2342d5b78dcf1bd1c1b1f10614c2d5f8b6d62aa2 100755 (executable)
@@ -69,4 +69,11 @@ WVPASS run_server reset
 WVPASS test -e reset
 WVPASS kill $COPROC_PID
 
+WVSTART "Novaboot --ssh option"
+date > file
+WVPASS novaboot --ssh novaboot-test@localhost <<EOF
+copy file
+EOF
+WVPASS diff -u file /home/novaboot-test/tftproot/file
+
 trap - EXIT