diff --git a/tests/018-basic-utopic-juno b/tests/018-basic-utopic-juno deleted file mode 100755 index 4e4f5e59..00000000 --- a/tests/018-basic-utopic-juno +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/python - -"""Amulet tests on a basic ceph-radosgw deployment on utopic-juno.""" - -from basic_deployment import CephRadosGwBasicDeployment - -if __name__ == '__main__': - deployment = CephRadosGwBasicDeployment(series='utopic') - deployment.run_tests()