08.09.2013, 22:57, "
markus.i...@gmail.com" <
markus.i...@gmail.com>:
Hello Markus, added the testsuite. All the future test runs will include it.
Note, cl-test-grid can not use the epmd-test:run-all-tests function, because
cl-test-grid needs to know what tests have failed, and the function doesn't
return such a value.
Therefore cl-test-grid directly uses the FiveAM testsuites defined
by epmd-test, namely epmd-test::epmd-protocol, epmd-test::epmd-client, epmd-test::epmd-server.
I inform you about this because if in the future you add/remove testsuites,
cl-test-grid adapter should be adjusted too.
Probably you could define a root testsuite epmd-test:epmd-all-tests,
and have all other testsuites included into it. In this case
cl-test-grid will only know the root testsuite, and future versions
of cl-epmd could add/remove child suites without affecting cl-test-grid.
Best regards,
- Anton