Comment 1 for bug 1556819

Revision history for this message
Sergii Turivnyi (sturivnyi) wrote : Re: [tempest] [separate components] 1 Nova-related Tempest test failed on configuration with detached components

It is effecting two scenarios with same error
test_create_server_with_personality
test_can_create_server_with_max_number_personality_files

Error Message

test failed

Stacktrace

Traceback (most recent call last):
  File "tempest/api/compute/servers/test_server_personality.py", line 137, in test_can_create_server_with_max_number_personality_files
    'sudo cat %s' % i['path']))
  File "tempest/common/utils/linux/remote_client.py", line 44, in exec_command
    return self.ssh_client.exec_command(cmd)
  File "tempest/lib/common/ssh.py", line 168, in exec_command
    stderr=err_data, stdout=out_data)
tempest.lib.exceptions.SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; sudo cat /etc/test0.txt', exit status: 1, stderr:
cat: can't open '/etc/test0.txt': No such file or directory