From e80c32c44293e6453cce1bf89ad3cf5b1b4917ab Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Mon, 5 Dec 2011 10:07:25 -0800 Subject: [PATCH] Rename "testrados" and "testswift" tasks to not begin with "test". Anything "test*" looks like a unit test, and shouldn't be used for actual code. --- teuthology/task/{testrados.py => rados.py} | 0 teuthology/task/{testswift.py => swift.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename teuthology/task/{testrados.py => rados.py} (100%) rename teuthology/task/{testswift.py => swift.py} (100%) diff --git a/teuthology/task/testrados.py b/teuthology/task/rados.py similarity index 100% rename from teuthology/task/testrados.py rename to teuthology/task/rados.py diff --git a/teuthology/task/testswift.py b/teuthology/task/swift.py similarity index 100% rename from teuthology/task/testswift.py rename to teuthology/task/swift.py -- 2.39.5