move files to tests directory. now each file is callable from bash
authorTony Mack <tmack@cs.princeton.edu>
Thu, 24 Jan 2008 18:16:13 +0000 (18:16 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 24 Jan 2008 18:16:13 +0000 (18:16 +0000)
commit834a68eaaebcacf94440cad5fbfe0bb2c0ac78a7
tree376ba3d9c1163527c9e2ef30748751b9d95e7239
parent109035f47f516f394972550f5277c07c97049bc2
move files to tests directory. now each file is callable from bash
16 files changed:
qaapi/qa/tests/Test.py [new file with mode: 0644]
qaapi/qa/tests/access_slice.py [new file with mode: 0644]
qaapi/qa/tests/add_test_data.py [new file with mode: 0644]
qaapi/qa/tests/api_unit_test.py [new file with mode: 0755]
qaapi/qa/tests/boot_node.py [new file with mode: 0644]
qaapi/qa/tests/check_boot_state.py [new file with mode: 0644]
qaapi/qa/tests/delete_test_data.py [new file with mode: 0644]
qaapi/qa/tests/get_boot_state.py [new file with mode: 0644]
qaapi/qa/tests/misc.py [new file with mode: 0644]
qaapi/qa/tests/plc_configure.py [new file with mode: 0644]
qaapi/qa/tests/plc_install.py [new file with mode: 0644]
qaapi/qa/tests/plc_remote_call.py [new file with mode: 0644]
qaapi/qa/tests/plc_start.py [new file with mode: 0644]
qaapi/qa/tests/plc_stop.py [new file with mode: 0644]
qaapi/qa/tests/plc_uninstall.py [new file with mode: 0644]
qaapi/qa/tests/sync_user_key.py [new file with mode: 0644]