Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd04ca commit fdcbbcbCopy full SHA for fdcbbcb
1 file changed
Demo/rpc/test
@@ -0,0 +1,22 @@
1
+: ${PYTHON=python}
2
+
3
+set -xe
4
5
+$PYTHON -c 'from rpc import test; test()'
6
+$PYTHON -c 'from rpc import test; test()' charon.cwi.nl
7
8
+$PYTHON -c 'from rpc import testsvr; testsvr()' &
9
+SVR=$!
10
+$PYTHON -c 'from rpc import testclt; testclt()'
11
+kill -2 $SVR
12
13
+$PYTHON -c 'from mountclient import test; test()'
14
+$PYTHON -c 'from mountclient import test; test()' gatekeeper.dec.com
15
16
+$PYTHON -c 'from nfsclient import test; test()'
17
+$PYTHON -c 'from nfsclient import test; test()' gatekeeper.dec.com
18
+$PYTHON -c 'from nfsclient import test; test()' gatekeeper.dec.com /archive
19
20
+$PYTHON -c 'from rnusersclient import test; test()' ''
21
22
+$PYTHON -c 'from rpc import testbcast; testbcast()'
0 commit comments