From 7b58ac97e9dd195f4170e9e0ea00bae76d1f3ccd Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 23 Jun 2017 08:27:42 +0200 Subject: [PATCH] tests: move swift.py task to qa/tasks In preparation for moving this task from ceph/teuthology.git into ceph/ceph.git The move is necessary because jewel-specific changes are needed, yet teuthology does not maintain a separate branch for jewel. Also, swift.py is a Ceph-specific task so it makes more sense to have it in Ceph. Signed-off-by: Nathan Cutler --- swift.py => qa/tasks/swift.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename swift.py => qa/tasks/swift.py (100%) diff --git a/swift.py b/qa/tasks/swift.py similarity index 100% rename from swift.py rename to qa/tasks/swift.py -- 2.39.5