Pierre Riteau eba9341bf9 Stop using removed option [scenario]/img_dir
The [scenario]/img_dir configuration option was removed from tempest in
version 27.0.0. This makes test_minimum_basic_scenario fail with:

Traceback (most recent call last):
  File "/home/ubuntu/.rally/verification/verifier-434bee71-a8c0-480d-a511-11a2bc1bda97/repo/tempest/common/utils/__init__.py", line 70, in wrapper
    return f(*func_args, **func_kwargs)
  File "/home/ubuntu/.rally/verification/verifier-434bee71-a8c0-480d-a511-11a2bc1bda97/repo/tempest/scenario/test_minimum_basic.py", line 109, in test_minimum_basic_scenario
    image = self.image_create()
  File "/home/ubuntu/.rally/verification/verifier-434bee71-a8c0-480d-a511-11a2bc1bda97/repo/tempest/scenario/manager.py", line 769, in image_create
    with open(img_path, 'rb') as image_file:
FileNotFoundError: [Errno 2] No such file or directory: 'tempest-image'

Use [scenario]/img_file with a full path to the image instead.

+ skip several tests at CI

Co-Authored-By: Andrey Kurilin <andr.kurilin@gmail.com>

Change-Id: I9b9f339e758547e059080b247c8bd8bcf1b749ee
Closes-Bug: #1928807
2021-08-09 17:32:44 +03:00

59 lines
850 B
INI

[DEFAULT]
debug = True
use_stderr = False
log_file =
[auth]
use_dynamic_credentials = True
[compute]
image_ref =
image_ref_alt =
flavor_ref =
flavor_ref_alt =
fixed_network_name =
[compute-feature-enabled]
live_migration = False
resize = True
vnc_console = True
attach_encrypted_volume = False
[data-processing]
[identity]
[identity-feature-enabled]
[image-feature-enabled]
deactivate_image = True
[input-scenario]
ssh_user_regex = [["^.*[Cc]irros.*$", "cirros"], ["^.*[Tt]est[VvMm].*$", "cirros"], ["^.*rally_verify.*$", "cirros"]]
[network]
[network-feature-enabled]
ipv6_subnet_attributes = True
ipv6 = True
[object-storage]
[oslo_concurrency]
lock_path =
[orchestration]
instance_type =
[scenario]
img_file =
[service_available]
[validation]
run_validation = True
image_ssh_user = cirros
[volume-feature-enabled]
bootable = True