From: Sage Weil Date: Fri, 23 Aug 2013 06:22:04 +0000 (-0700) Subject: suite: clean up imports X-Git-Tag: 1.1.0~1925^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8314140dd67c7424849e6aff327e613a1e0cf241;p=teuthology.git suite: clean up imports Signed-off-by: Sage Weil --- diff --git a/teuthology/suite.py b/teuthology/suite.py index 1c7ec8f0d..f712da619 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -1,3 +1,7 @@ +# this file is responsible for submitting tests into the queue +# by generating combinations of facets found in +# https://github.com/ceph/ceph-qa-suite.git + import argparse import copy import errno @@ -5,14 +9,9 @@ import itertools import logging import os import re -from textwrap import dedent, fill - -# this file is responsible for submitting tests into the queue -# by generating combinations of facets found in -# https://github.com/ceph/ceph-qa-suite.git - import subprocess import sys +from textwrap import dedent, fill import time import yaml