Changeset 7028
- Timestamp:
- May 13, 2009, 3:17:25 PM (16 years ago)
- Location:
- branches/numpy_misc/tools/acceptance_tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy_misc/tools/acceptance_tests/test_python_packages.py
r7018 r7028 15 15 'import RandomArray', 16 16 'import pypar', 17 'import scipy', 17 18 'import matplotlib', 18 19 'import pylab', -
branches/numpy_misc/tools/acceptance_tests/test_ssh_to_compute_nodes.py
r7017 r7028 29 29 width = len(cluster_dict['node_stem']) + len(str(cluster_dict['num_nodes'])) 30 30 31 # get list of non-bad nodes 32 test_nodes = util.get_node_numbers(cluster, strip_bad_nodes=True) 33 31 34 # test each node 32 for node_num in range(cluster_dict['num_nodes']):35 for node_num in test_nodes: 33 36 node_name = cluster_dict['node_stem'] % node_num 34 37 util.log_print(logfile, "Testing: %s" % node_name.ljust(width+2))
Note: See TracChangeset
for help on using the changeset viewer.