diff options
author | Adam Gandelman <adamg@ubuntu.com> | 2014-07-15 16:44:08 -0700 |
---|---|---|
committer | Adam Gandelman <adamg@ubuntu.com> | 2014-08-11 20:31:45 -0700 |
commit | c6eefb4b4a4b779a77efc4c8fb49b919cb64fe42 (patch) | |
tree | 6d0e76debbda169d286da0e30de533384cc6763c /etc | |
parent | e5dc7a34655ef02a7f45449d19240b88b5eb5419 (diff) | |
download | tempest-c6eefb4b4a4b779a77efc4c8fb49b919cb64fe42.tar.gz |
Add console_output compute feature flag
Not all hypervisors support getting serial console logs. This adds
a new compute feature flag. It skips tests that stress this call and
avoids logging console logs to debug if it is not supported.
Change-Id: Icc37e9f3497fb7bd72f359197663c71abbf16921
Diffstat (limited to 'etc')
-rw-r--r-- | etc/tempest.conf.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample index 96ef11af3..75ab72e94 100644 --- a/etc/tempest.conf.sample +++ b/etc/tempest.conf.sample @@ -405,6 +405,10 @@ # password? (boolean value) #change_password=false +# Does the test environment support obtaining instance serial +# console output? (boolean value) +#console_output=true + # Does the test environment support resizing? (boolean value) #resize=false |