diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-01 17:42:04 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-01 17:42:04 +0200 |
commit | 344a7fd6e0d716f81dc27495e97a7ad9c2ab07b8 (patch) | |
tree | bd06f4919e5a5827f60e2a536e43e47a4fbed6d2 /cpp/test/Ice/metrics/run.py | |
parent | Fixed ICE-5569: IceStorm IceMX debug iterator assert (diff) | |
download | ice-344a7fd6e0d716f81dc27495e97a7ad9c2ab07b8.tar.bz2 ice-344a7fd6e0d716f81dc27495e97a7ad9c2ab07b8.tar.xz ice-344a7fd6e0d716f81dc27495e97a7ad9c2ab07b8.zip |
IceMX and Python support for the new collocation optimization
Diffstat (limited to 'cpp/test/Ice/metrics/run.py')
-rwxr-xr-x | cpp/test/Ice/metrics/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/metrics/run.py b/cpp/test/Ice/metrics/run.py index 0d1fb0757df..b6187895bf3 100755 --- a/cpp/test/Ice/metrics/run.py +++ b/cpp/test/Ice/metrics/run.py @@ -24,3 +24,5 @@ print("tests with regular server.") TestUtil.clientServerTest() print("tests with AMD server.") TestUtil.clientServerTest(server = "serveramd") +print("tests with collocated server.") +TestUtil.collocatedTest() |