]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
s/basic/default we no longer need mapping of basic to default
authorDeepika Upadhyay <dupadhya@redhat.com>
Mon, 13 Sep 2021 20:59:07 +0000 (02:29 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Tue, 12 Oct 2021 15:01:11 +0000 (20:31 +0530)
commitfaf17fd08f0f1bd51a6c37f593dbc2efc6eea1a9
tree2f1f3bb44b0fe3288ace5052d917f24f65c9d2d0
parent381955c015dbb43ba8f37a14d1841a893cdf4c12
s/basic/default we no longer need mapping of basic to default

finally we are substituting basic as default when tring to do URI search,
we can remove this mangling and directly make use of default flavor,
we do not use flavor 'basic' for determining kernel flavor now.

Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
13 files changed:
docs/README.rst
docs/siteconfig.rst
scripts/suite.py
teuthology/packaging.py
teuthology/suite/run.py
teuthology/suite/test/test_run_.py
teuthology/suite/test/test_util.py
teuthology/suite/util.py
teuthology/task/buildpackages.py
teuthology/task/install/util.py
teuthology/test/integration/test_suite.py
teuthology/test/task/test_install.py
teuthology/test/test_packaging.py