f637d139d2
Currently permissions are set to be root, but tempest runs as 'tempest' user - and gets permission denied. Change-Id: Ia3a8a2e780f95c6aa16a9d2483d987322741cfbf
12 lines
263 B
Django/Jinja
12 lines
263 B
Django/Jinja
{
|
|
"command": "sleep infinity",
|
|
"config_files":[
|
|
{
|
|
"source": "{{ container_config_directory }}/tempest.conf",
|
|
"dest": "/etc/tempest/tempest.conf",
|
|
"owner": "tempest",
|
|
"perm": "0600"
|
|
}
|
|
]
|
|
}
|