listing all buildtest config profiles list#1552
listing all buildtest config profiles list#1552shahzebsiddiqui merged 46 commits intobuildtesters:develfrom
Conversation
…config and regression test
…y_buildtest # Conflicts: # buildtest/cli/show.py
Codecov ReportPatch coverage:
Additional details and impacted files
☔ View full report in Codecov by Sentry. |
…n be called directly and added method variables theme, print_yaml to configure how profiles can be displayed. Add regression test for listing profiles and in yaml format
bash_completion.sh
Outdated
| COMPREPLY=( $( compgen -W "${opts}" -- $cur ) ) | ||
| fi | ||
|
|
||
| case "${prev}" in --theme|-t) |
There was a problem hiding this comment.
can you remove the -t option this will be removed in #1576
| # specify list of hostnames where buildtest can run for given system record | ||
| hostnames: [".*"] | ||
|
|
||
| # system description |
There was a problem hiding this comment.
please dont commit buildtest/settings/config.yml this was a result of running the regression test which autoupdates the file. Don't do git add . or something. Just copy the content from devel branch and paste it in that should avoid showing this commit diff for this file
There was a problem hiding this comment.
@kingxleyy i still see this file ``buildtest/settings/config.yml` in commit diff
add a command buildtest config profiles list