From 69e613f0530cace5fa7db21cdeeac35fc91f7313 Mon Sep 17 00:00:00 2001 From: Sander Pool Date: Wed, 14 Nov 2012 17:24:50 -0800 Subject: [PATCH] Starting to auto-document this code. --- teuthology/suite.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/teuthology/suite.py b/teuthology/suite.py index 5bec9d1c61..496aa2395f 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -4,6 +4,11 @@ import errno import itertools import logging import os + +# 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 import time -- 2.39.5