> + * @author Pedro Navarro
> + */
> +@Test(groups = "live", testName = "RoleAdminApiLiveTest", singleThreaded =
> true)
> +public class RoleAdminApiLiveTest extends BaseKeystoneApiLiveTest {
> +
> + private Optional<? extends RoleAdminApi> roleAdminOption;
> +
> + private Role testRole;
> +
> + @BeforeClass(groups = { "integration", "live" })
> + @Override
> + public void setup() {
> + super.setup();
> + roleAdminOption = api.getRoleAdminApi();
> + if (!roleAdminOption.isPresent()) {
> + throw new SkipException("The tests are skept since OS-KSADM
> extension is not exposed through the Keystone API");
Typo: `skipped`
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/303/files#r10097371