File: Load-deployer-input-file-automatically-1dd7c816854a18a7.yaml

package info (click to toggle)
python-tempestconf 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: python: 4,530; makefile: 18; sh: 9
file content (9 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    The deployer-input file will be loaded automatically if exists in the
    default path, which is ~/tempest-deployer-input.conf.
    This will fix the cases that user forgot to add --deployer-input and
    python-tempestconf forgot some configuration due of that.
    Also a new argument (--no-default-deployer) is added, which will make
    python-tempestconf not to load the file automatically.