Revision f772699c snf-tools/synnefo_tools/burnin/__init__.py

b/snf-tools/synnefo_tools/burnin/__init__.py
42 42
from synnefo_tools import version
43 43
from synnefo_tools.burnin import common
44 44
from synnefo_tools.burnin.astakos_tests import AstakosTestSuite
45
from synnefo_tools.burnin.cyclades_tests import FlavorsTestSuite
45
from synnefo_tools.burnin.images_tests import \
46
    FlavorsTestSuite, ImagesTestSuite
46 47
from synnefo_tools.burnin.pithos_tests import PithosTestSuite
47 48

  
48 49

  
......
51 52
TESTSUITES = [
52 53
    AstakosTestSuite,
53 54
    FlavorsTestSuite,
55
    ImagesTestSuite,
54 56
    PithosTestSuite,
55 57
    ]
56 58

  
......
131 133
             "instead of the default one (a Debian Base image). Just like the "
132 134
             "--force-flavor option, it supports both search by name and id")
133 135
    parser.add_option(
136
        "--system-user", action="store",
137
        type="string", default=None, dest="system_user",
138
        help="Owner of system images (typed option in the form of "
139
             "\"name:user_name\" or \"id:uuuid\")")
140
    parser.add_option(
134 141
        "--show-stale", action="store_true",
135 142
        default=False, dest="show_stale",
136 143
        help="Show stale servers from previous runs. A server is considered "

Also available in: Unified diff