]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Make teuthology.suite a subpackage
authorZack Cerza <zack@redhat.com>
Wed, 1 Jun 2016 21:49:32 +0000 (15:49 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 3 Jun 2016 21:51:41 +0000 (15:51 -0600)
commit5be63287b90335d4a04ef7bc2ef954affa0fe6bd
treec92a0b9801293dbe9a8a66b7279b32f68127e6e2
parent8194e14d3fec90251700ff635c92709b83a4a15e
Make teuthology.suite a subpackage

Signed-off-by: Zack Cerza <zack@redhat.com>
20 files changed:
teuthology/describe_tests.py
teuthology/matrix.py [deleted file]
teuthology/packaging.py
teuthology/suite.py [deleted file]
teuthology/suite/__init__.py [new file with mode: 0644]
teuthology/suite/build_matrix.py [new file with mode: 0644]
teuthology/suite/matrix.py [new file with mode: 0644]
teuthology/suite/placeholder.py [new file with mode: 0644]
teuthology/suite/run.py [new file with mode: 0644]
teuthology/suite/test/suites/noop/noop.yaml [new file with mode: 0644]
teuthology/suite/test/test_build_matrix.py [new file with mode: 0644]
teuthology/suite/test/test_init.py [new file with mode: 0644]
teuthology/suite/test/test_matrix.py [new file with mode: 0644]
teuthology/suite/test/test_placeholder.py [new file with mode: 0644]
teuthology/suite/test/test_run_.py [new file with mode: 0644]
teuthology/suite/test/test_util.py [new file with mode: 0644]
teuthology/suite/util.py [new file with mode: 0644]
teuthology/test/suites/noop/noop.yaml [deleted file]
teuthology/test/test_matrix.py [deleted file]
teuthology/test/test_suite.py [deleted file]