Currently it is not easy to get path to a test suite from inside of Services API. Services take such information from test environment properties using TestEnvironment.keys() method, but when the path to test suite is added to the properties via TestEnvironment.put(name, value) method, required key does not appear in TestEnvironment.keys() set.
Abilty to know the test suite path will help to implement Services for JCK.
Abilty to know the test suite path will help to implement Services for JCK.