@attr('http_test')
def test_persistent_ps_s3_reload():
""" do a realm reload while we send notifications """
+ if get_config_cluster() == 'noname':
+ return SkipTest('realm is needed for reload test')
+
conn = connection()
zonegroup = get_config_zonegroup()
@attr('data_path_v2_test')
def test_persistent_ps_s3_data_path_v2_migration():
""" test data path v2 persistent migration """
+ if get_config_cluster() == 'noname':
+ return SkipTest('realm is needed for migration test')
conn = connection()
zonegroup = get_config_zonegroup()
@attr('data_path_v2_test')
def test_ps_s3_data_path_v2_migration():
""" test data path v2 migration """
+ if get_config_cluster() == 'noname':
+ return SkipTest('realm is needed for migration test')
conn = connection()
zonegroup = get_config_zonegroup()
@attr('data_path_v2_test')
def test_ps_s3_data_path_v2_large_migration():
""" test data path v2 large migration """
+ if get_config_cluster() == 'noname':
+ return SkipTest('realm is needed for migration test')
conn = connection()
connections_list = []
connections_list.append(conn)
@attr('data_path_v2_test')
def test_ps_s3_data_path_v2_mixed_migration():
""" test data path v2 mixed migration """
+ if get_config_cluster() == 'noname':
+ return SkipTest('realm is needed for migration test')
conn = connection()
connections_list = []
connections_list.append(conn)