X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fjsonrpc-py.at;h=cda34ab52ae753f696c8e7ad8c888f0edc0dc5c4;hb=264ecd63860eaf705669edac1bdc7292d8da0843;hp=e8a98bbce82af1fd7e87f2b0f086f2f500358dd1;hpb=991559357f6a03c3a5b70c053c8c2554aa8d5ee4;p=openvswitch diff --git a/tests/jsonrpc-py.at b/tests/jsonrpc-py.at index e8a98bbc..cda34ab5 100644 --- a/tests/jsonrpc-py.at +++ b/tests/jsonrpc-py.at @@ -8,7 +8,7 @@ AT_CHECK([kill -0 `cat pid`]) AT_CHECK( [[$PYTHON $srcdir/test-jsonrpc.py request unix:socket echo '[{"a": "b", "x": null}]']], [0], [[{"error":null,"id":0,"result":[{"a":"b","x":null}]} -]], [ignore], [test ! -e pid || kill `cat pid`]) +]], [], [test ! -e pid || kill `cat pid`]) AT_CHECK([kill `cat pid`]) AT_CLEANUP @@ -20,7 +20,7 @@ AT_CHECK([kill -0 `cat pid`]) AT_CHECK( [[$PYTHON $srcdir/test-jsonrpc.py request unix:socket bad-request '[]']], [0], [[{"error":{"error":"unknown method"},"id":0,"result":null} -]], [ignore], [test ! -e pid || kill `cat pid`]) +]], [], [test ! -e pid || kill `cat pid`]) AT_CHECK([kill `cat pid`]) AT_CLEANUP @@ -32,7 +32,7 @@ AT_CHECK([test -s pid]) AT_CHECK([cp pid pid2]) AT_CHECK([kill -0 `cat pid2`]) AT_CHECK([[$PYTHON $srcdir/test-jsonrpc.py notify unix:socket shutdown '[]']], [0], [], - [ignore], [kill `cat pid2`]) + [], [kill `cat pid2`]) AT_CHECK( [pid=`cat pid2` # First try a quick sleep, so that the test completes very quickly