diff --git a/cloudcafe/blockstorage/datasets.py b/cloudcafe/blockstorage/datasets.py index 4e5e6b1e..d1cce3c0 100644 --- a/cloudcafe/blockstorage/datasets.py +++ b/cloudcafe/blockstorage/datasets.py @@ -204,7 +204,8 @@ class ComputeIntegrationDatasets(ComputeDatasets, BlockstorageDatasets): "{flavor}_{image}_on_{vtype}".format( flavor=str(flavor.name), image=str(image.name), vtype=str(vtype.name)).replace(' ', '_').replace( - '.', '_').replace('(', '').replace(')', '') + '.', '_').replace('(', '').replace( + ')', '').replace('/', '-') dataset_list.append_new_dataset(testname, data) # Apply modifiers