Hi Team,
I am executing the opnfv_yardstick_tc005.yaml test for our infrastructure level 
testing but facing the below issue.
Please refer the complete log attached and suggest me to solve the issue.

command: yardstick -d task start 
/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc005.yaml

[DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo: unable to resolve host 
fio: Connection timed out\n'
[DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: line 30: fio: command 
not found\n'
...
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found

Additional information:
OS: ubuntu 16.04
Docker: Yardstick-stable - Hunter version

Thanks in advance
Chan
root@c3d32c52defc:/home/# yardstick -d task start 
/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc005.yaml
No handlers could be found for logger "yardstick.common.utils"
/usr/local/lib/python2.7/dist-packages/requests/__init__.py:91: 
RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a 
supported version!
  RequestsDependencyWarning)
2020-04-17 16:26:19,634 [INFO] yardstick.cmd.commands.task task.py:52 Task START
2020-04-17 16:26:19,635 [DEBUG] yardstick.benchmark.core.task task.py:77 Output 
configuration is: {'DEFAULT': {'debug': 'False', 'dispatcher': 'influxdb'}, 
'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 'bin_path': 
'/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 'jre_path_i386': 
'/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 'dispatcher': 
'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 'target': 
'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 
'False', 'password': 'root', 'dispatcher': 'influxdb'}, 'dispatcher_http': 
{'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 
'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 'False', 
'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 'file_path': 
'/tmp/yardstick.out'}}
2020-04-17 16:26:19,636 [DEBUG] yardstick.benchmark.core.task task.py:98 
task_files:['/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc005.yaml'],
 task_args:[None], task_args_fnames:[None]
2020-04-17 16:26:19,636 [INFO] yardstick.benchmark.core.task task.py:547 
Parsing task config: 
/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc005.yaml
2020-04-17 16:26:19,648 [DEBUG] yardstick.benchmark.core.task task.py:536 Input 
task is:
##############################################################################
# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
 
schema: "yardstick:task:0.1"
description: >
    Yardstick TC005 config file;
    Measure Storage IOPS, throughput and latency using fio.
 
 
 
 
 
scenarios:
 
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 4k
    rw: read
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 64k
    rw: read
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 1024k
    rw: read
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
 
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 4k
    rw: write
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 64k
    rw: write
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 1024k
    rw: write
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
 
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 4k
    rw: randwrite
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 64k
    rw: randwrite
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 1024k
    rw: randwrite
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
 
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 4k
    rw: randread
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 64k
    rw: randread
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 1024k
    rw: randread
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
 
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 4k
    rw: rw
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 64k
    rw: rw
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
-
  type: Fio
  options:
    filename: /home/ubuntu/data.raw
    bs: 1024k
    rw: rw
    ramp_time: 10
    duration: 20
 
  host: fio.yardstick-TC005
 
  runner:
    type: Iteration
    iterations: 1
    interval: 1
 
  sla:
    read_bw: 400
    read_iops: 100
    read_lat: 20000
    write_bw: 400
    write_iops: 100
    write_lat: 20000
    action: monitor
 
 
 
context:
  name: yardstick-TC005
  image: yardstick-image
  flavor: yardstick-flavor
  user: ubuntu
 
  servers:
    fio:
      floating_ip: true
 
  networks:
    test:
      cidr: 'XX.0.1.0/24'
 
2020-04-17 16:26:20,089 [WARNING] yardstick.benchmark.contexts.heat heat.py:123 
No pod file specified. NVFi metrics will be disabled
2020-04-17 16:26:20,090 [INFO] yardstick.benchmark.contexts.heat heat.py:345 
Deploying context 'yardstick-TC005-3d3bddf6' START
Writing 
/home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-yardstick-TC005-3d3bddf6
 ...
2020-04-17 16:26:20,150 [DEBUG] yardstick.orchestrator.heat heat.py:177 
template object 'yardstick-TC005-3d3bddf6' created
2020-04-17 16:26:20,150 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding 
Nova::KeyPair 'yardstick-TC005-3d3bddf6-key'
2020-04-17 16:26:20,151 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding 
Neutron::SecurityGroup 'yardstick-TC005-3d3bddf6-secgroup'
2020-04-17 16:26:20,151 [DEBUG] yardstick.orchestrator.heat heat.py:537 The 
security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': 
'65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': 
'0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 
'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, 
{'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 
'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 
'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 
'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 
'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 
'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, 
{'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 
'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': 
'0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 
'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': 
'65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 
'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 
'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 
'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}]
2020-04-17 16:26:20,151 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding 
Neutron::Net 'yardstick-TC005-3d3bddf6-test'
2020-04-17 16:26:20,151 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding 
Neutron::Subnet 'yardstick-TC005-3d3bddf6-test-subnet' in network 
'yardstick-TC005-3d3bddf6-test', cidr 'XX.0.1.0/24'
2020-04-17 16:26:20,152 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding 
Neutron::Router:'yardstick-TC005-3d3bddf6-test-router', gw-net:'provider'
2020-04-17 16:26:20,152 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding 
Neutron::RouterInterface 'yardstick-TC005-3d3bddf6-test-router-if0' 
router:'yardstick-TC005-3d3bddf6-test-router', 
subnet:'yardstick-TC005-3d3bddf6-test-subnet'
2020-04-17 16:26:20,152 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding 
Neutron::Port {'depends_on': [u'yardstick-TC005-3d3bddf6-test-subnet', 
'yardstick-TC005-3d3bddf6-secgroup'], 'type': 'OS::Neutron::Port', 
'properties': {'network': {'get_resource': u'yardstick-TC005-3d3bddf6-test'}, 
'fixed_ips': [{'subnet': {'get_resource': 
u'yardstick-TC005-3d3bddf6-test-subnet'}}], 'name': 
'fio.yardstick-TC005-3d3bddf6-test-port', 'security_groups': 
['yardstick-TC005-3d3bddf6-secgroup'], 'binding:vnic_type': 'normal'}}
2020-04-17 16:26:20,152 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding 
Nova::FloatingIP 'fio.yardstick-TC005-3d3bddf6-fip', network 'provider', port 
'fio.yardstick-TC005-3d3bddf6-test-port', rif 
'yardstick-TC005-3d3bddf6-test-router-if0'
2020-04-17 16:26:20,152 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding 
Nova::FloatingIPAssociation 'fio.yardstick-TC005-3d3bddf6-fip-assoc', server 
'fio.yardstick-TC005-3d3bddf6-test-port', floating_ip 
'fio.yardstick-TC005-3d3bddf6-fip'
2020-04-17 16:26:20,152 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding 
Nova::Server 'fio.yardstick-TC005-3d3bddf6', image 'yardstick-image', flavor 
'yardstick-flavor', ports ['fio.yardstick-TC005-3d3bddf6-test-port']
2020-04-17 16:26:20,152 [INFO] yardstick.orchestrator.heat heat.py:630 Creating 
stack 'yardstick-TC005-3d3bddf6' START
2020-04-17 16:26:54,662 [INFO] yardstick.orchestrator.heat heat.py:648 Creating 
stack 'yardstick-TC005-3d3bddf6' DONE in 34 secs
2020-04-17 16:26:57,518 [INFO] yardstick.benchmark.contexts.heat heat.py:388 
Deploying context 'yardstick-TC005-3d3bddf6' DONE
2020-04-17 16:26:57,519 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:26:57,519 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'read', u'ramp_time': 10, u'bs': 
u'4k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:26:57,522 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:26:57,527 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:26:57,528 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:26:58,531 [DEBUG] yardstick.ssh.fio ssh.py:376 Ssh is still 
unavailable: SSHError("Exception <class 'socket.timeout'> was raised during 
connect. Exception value is: timeout('timed out',)",)
2020-04-17 16:27:00,535 [DEBUG] yardstick.ssh.fio ssh.py:376 Ssh is still 
unavailable: SSHError("Exception <class 'socket.timeout'> was raised during 
connect. Exception value is: timeout('timed out',)",)
2020-04-17 16:27:02,538 [DEBUG] yardstick.ssh.fio ssh.py:376 Ssh is still 
unavailable: SSHError("Exception <class 'socket.timeout'> was raised during 
connect. Exception value is: timeout('timed out',)",)
2020-04-17 16:27:04,541 [DEBUG] yardstick.ssh.fio ssh.py:376 Ssh is still 
unavailable: SSHError("Exception <class 'socket.timeout'> was raised during 
connect. Exception value is: timeout('timed out',)",)
2020-04-17 16:27:06,542 [DEBUG] yardstick.ssh.fio ssh.py:376 Ssh is still 
unavailable: SSHError("Exception <class 
'paramiko.ssh_exception.NoValidConnectionsError'> was raised during connect. 
Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 
on XXX.168.0.114')",)
2020-04-17 16:27:07,625 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:07,633 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:07,634 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:09,771 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:09,788 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:11,861 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=30304 seq=1 START
2020-04-17 16:27:11,861 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=4k -iodepth=1 -rw=read 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:12,009 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo: 
unable to resolve host fio: Connection timed out\n'
2020-04-17 16:27:13,430 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:13,433 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:13,441 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.1: "Fio" ERROR!
2020-04-17 16:27:13,442 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:13,442 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:13,442 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:13,443 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'read', u'ramp_time': 10, u'bs': 
u'64k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:13,443 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:13,449 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:13,451 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:13,472 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:13,514 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:13,517 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:13,845 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:13,846 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:15,924 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=30953 seq=1 START
2020-04-17 16:27:15,924 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=64k -iodepth=1 -rw=read 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:16,012 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo'
2020-04-17 16:27:16,013 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': unable 
to resolve host fio: '
2020-04-17 16:27:16,014 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: 
u'Connection timed out\n'
2020-04-17 16:27:16,016 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:16,017 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:16,068 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.2: "Fio" ERROR!
2020-04-17 16:27:16,069 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:16,069 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:16,070 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:16,070 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'read', u'ramp_time': 10, u'bs': 
u'1024k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:16,072 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:16,077 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:16,079 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:16,099 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:16,143 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:16,145 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:16,422 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:16,423 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:18,497 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=30956 seq=1 START
2020-04-17 16:27:18,498 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=1024k -iodepth=1 -rw=read 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:18,570 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo'
2020-04-17 16:27:18,571 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': unable 
to resolve host fio'
2020-04-17 16:27:18,571 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': '
2020-04-17 16:27:18,572 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: 
u'Connection timed out'
2020-04-17 16:27:18,572 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'\n'
2020-04-17 16:27:18,574 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:18,576 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:18,596 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.3: "Fio" ERROR!
2020-04-17 16:27:18,596 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:18,597 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:18,597 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:18,598 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'write', u'ramp_time': 10, u'bs': 
u'4k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:18,599 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:18,605 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:18,607 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:18,617 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:18,656 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:18,657 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:18,918 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:18,919 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:20,990 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=31172 seq=1 START
2020-04-17 16:27:20,997 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=4k -iodepth=1 -rw=write 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:21,038 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo'
2020-04-17 16:27:21,038 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': unable 
to resolve host fio'
2020-04-17 16:27:21,039 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': 
Connection timed out\n'
2020-04-17 16:27:21,042 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:21,044 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:21,072 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.4: "Fio" ERROR!
2020-04-17 16:27:21,073 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:21,073 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:21,074 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:21,075 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'write', u'ramp_time': 10, u'bs': 
u'64k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:21,076 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:21,083 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:21,084 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:21,094 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:21,135 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:21,136 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:21,420 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:21,421 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:23,467 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=31177 seq=1 START
2020-04-17 16:27:23,467 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=64k -iodepth=1 -rw=write 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:23,541 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo'
2020-04-17 16:27:23,541 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': unable 
to resolve host fio: Connection timed out'
2020-04-17 16:27:23,542 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'\n'
2020-04-17 16:27:23,544 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:23,546 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:23,552 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.5: "Fio" ERROR!
2020-04-17 16:27:23,552 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:23,552 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:23,553 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:23,553 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'write', u'ramp_time': 10, u'bs': 
u'1024k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:23,554 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:23,560 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:23,562 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:23,582 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:23,619 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:23,620 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:23,900 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:23,901 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:25,972 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=31393 seq=1 START
2020-04-17 16:27:25,972 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=1024k -iodepth=1 -rw=write 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:26,046 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo'
2020-04-17 16:27:26,047 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': unable 
to resolve host fio: '
2020-04-17 16:27:26,048 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: 
u'Connection timed out\n'
2020-04-17 16:27:26,050 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:26,052 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:26,079 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.6: "Fio" ERROR!
2020-04-17 16:27:26,080 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:26,080 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:26,081 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:26,081 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'randwrite', u'ramp_time':  10, 
u'bs': u'4k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:26,082 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:26,089 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:26,090 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:26,102 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:26,143 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:26,144 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
 hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:26,428 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:26,429 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:28,500 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=31396 seq=1 START
2020-04-17 16:27:28,500 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=4k -iodepth=1 -rw=randwrite 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:28,573 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo'
2020-04-17 16:27:28,573 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': '
2020-04-17 16:27:28,574 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'unable 
to resolve host fio: Connection timed out'
2020-04-17 16:27:28,574 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'\n'
2020-04-17 16:27:28,576 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:28,578 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:28,609 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.7: "Fio" ERROR!
2020-04-17 16:27:28,610 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:28,610 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:28,610 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:28,611 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'randwrite', u'ramp_time':  10, 
u'bs': u'64k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:28,612 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:28,618 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:28,619 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:28,630 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:28,671 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:28,672 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:28,941 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:28,942 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:31,015 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=31503 seq=1 START
2020-04-17 16:27:31,016 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=64k -iodepth=1 -rw=randwrite 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:31,068 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo: '
2020-04-17 16:27:31,068 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'unable 
to resolve host fio'
2020-04-17 16:27:31,069 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': 
Connection timed out'
2020-04-17 16:27:31,069 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'\n'
2020-04-17 16:27:31,071 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:31,072 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:31,085 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.8: "Fio" ERROR!
2020-04-17 16:27:31,086 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:31,086 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:31,086 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:31,087 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'randwrite', u'ramp_time':  10, 
u'bs': u'1024k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:31,087 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:31,093 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:31,094 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:31,109 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:31,147 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:31,148 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:31,407 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:31,408 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:33,479 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=31617 seq=1 START
2020-04-17 16:27:33,480 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=1024k -iodepth=1 -rw=randwrite 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:33,553 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo'
2020-04-17 16:27:33,553 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': unable 
to resolve host fio'
2020-04-17 16:27:33,554 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': 
Connection timed out'
2020-04-17 16:27:33,554 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'\n'
2020-04-17 16:27:33,556 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:33,558 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:33,611 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.9: "Fio" ERROR!
2020-04-17 16:27:33,612 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:33,612 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:33,613 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:33,613 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'randread', u'ramp_time': 10, 
u'bs': u'4k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:33,615 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:33,621 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:33,622 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:33,636 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:33,675 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:33,676 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:33,991 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:33,992 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:36,063 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=31620 seq=1 START
2020-04-17 16:27:36,064 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=4k -iodepth=1 -rw=randread 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:36,137 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo'
2020-04-17 16:27:36,138 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': unable 
to resolve host fio: '
2020-04-17 16:27:36,138 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: 
u'Connection timed out\n'
2020-04-17 16:27:36,140 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:36,142 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:36,188 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.10: "Fio" ERROR!
2020-04-17 16:27:36,189 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:36,189 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:36,190 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:36,190 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'randread', u'ramp_time': 10, 
u'bs': u'64k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:36,191 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:36,197 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:36,198 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:36,210 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:36,250 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:36,251 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:36,504 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:36,504 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:38,575 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=31837 seq=1 START
2020-04-17 16:27:38,575 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=64k -iodepth=1 -rw=randread 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:38,647 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo'
2020-04-17 16:27:38,648 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': unable 
to resolve host fio'
2020-04-17 16:27:38,648 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': '
2020-04-17 16:27:38,648 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: 
u'Connection timed out'
2020-04-17 16:27:38,649 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'\n'
2020-04-17 16:27:38,650 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:38,651 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:38,665 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.11: "Fio" ERROR!
2020-04-17 16:27:38,665 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:38,665 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:38,666 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:38,666 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'randread', u'ramp_time': 10, 
u'bs': u'1024k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:38,667 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:38,673 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:38,675 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:38,685 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:38,723 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:38,724 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:38,980 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:38,981 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:41,027 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=31840 seq=1 START
2020-04-17 16:27:41,027 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=1024k -iodepth=1 -rw=randread 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:41,100 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo: '
2020-04-17 16:27:41,109 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'unable 
to resolve host fio: Connection timed out\nfio.sh: line 30: fio: command not 
found\n'
2020-04-17 16:27:41,109 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:41,140 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.12: "Fio" ERROR!
2020-04-17 16:27:41,141 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:41,141 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:41,142 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:41,142 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'rw', u'ramp_time': 10, u'bs': 
u'4k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:41,144 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:41,151 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:41,152 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:41,162 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:41,204 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:41,205 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:41,488 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:41,489 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:43,534 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=32059 seq=1 START
2020-04-17 16:27:43,535 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=4k -iodepth=1 -rw=rw 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:43,607 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo'
2020-04-17 16:27:43,608 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': unable 
to resolve host fio'
2020-04-17 16:27:43,608 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': 
Connection timed out'
2020-04-17 16:27:43,609 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'\n'
2020-04-17 16:27:43,610 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:43,612 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:43,619 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.13: "Fio" ERROR!
2020-04-17 16:27:43,619 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:43,619 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:43,620 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:43,620 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'rw', u'ramp_time': 10, u'bs': 
u'64k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:43,621 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:43,627 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:43,628 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:43,643 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:43,646 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:43,646 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:43,900 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:43,901 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:45,971 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=32063 seq=1 START
2020-04-17 16:27:45,971 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=64k -iodepth=1 -rw=rw 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:46,043 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo: '
2020-04-17 16:27:46,044 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'unable 
to resolve host fio: '
2020-04-17 16:27:46,044 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: 
u'Connection timed out'
2020-04-17 16:27:46,045 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'\n'
2020-04-17 16:27:46,047 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:46,048 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:46,094 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.14: "Fio" ERROR!
2020-04-17 16:27:46,095 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:46,095 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
2020-04-17 16:27:46,096 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({})
2020-04-17 16:27:46,096 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a 
KeyError in config_context_target({'task_id': 
'3d3bddf6-c641-4b9a-9c41-d5ea5567302e', u'runner': {u'interval': 1, u'type': 
u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': 
['influxdb']}, 'nsb': {'trex_client_lib': '/opt/nsb_bin/trex_client/stl', 
'bin_path': '/opt/nsb_bin', 'trex_path': '/opt/nsb_bin/trex/scripts', 
'jre_path_i386': '/usr/lib/jvm/java-8-openjdk-i386/jre', 'debug': 'False', 
'dispatcher': 'influxdb'}, 'dispatcher_influxdb': {'username': 'root', 
'target': 'http://172.17.0.3:8086', 'db_name': 'yardstick', 'timeout': '5', 
'debug': 'False', 'password': 'root', 'dispatcher': 'influxdb'}, 
'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 
'target': 'http://127.0.0.1:8000/results'}, 'dispatcher_file': {'debug': 
'False', 'backup_count': '0', 'max_bytes': '0', 'dispatcher': 'influxdb', 
'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': 
'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-3d3bddf6', u'sla': 
{u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': 
u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': 
u'Fio', u'options': {u'duration': 20, u'rw': u'rw', u'ramp_time': 10, u'bs': 
u'1024k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': 
'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'})
2020-04-17 16:27:46,097 [INFO] yardstick.benchmark.core.task task.py:405 
Starting runner of type 'Iteration'
2020-04-17 16:27:46,104 [INFO] yardstick.benchmark.runners.iteration 
iteration.py:49 worker START, iterations 1 times, class <class 
'yardstick.benchmark.scenarios.storage.fio.Fio'>
2020-04-17 16:27:46,106 [DEBUG] yardstick.ssh.fio ssh.py:149 user:ubuntu 
host:XXX.168.0.114
2020-04-17 16:27:46,116 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:39: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  m.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:46,155 [WARNING] py.warnings ec.py:387 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:96: 
CryptographyDeprecationWarning: Support for unsafe construction of public 
numbers from encoded data will be removed in a future version. Please use 
EllipticCurvePublicKey.from_encoded_point
  self.curve, Q_S_bytes
 
2020-04-17 16:27:46,156 [WARNING] py.warnings ec.py:368 
/usr/local/lib/python2.7/dist-packages/paramiko/kex_ecdh_nist.py:111: 
CryptographyDeprecationWarning: encode_point has been deprecated on 
EllipticCurvePublicNumbers and will be removed in a future version. Please use 
EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed 
point encoding.
  hm.add_string(self.Q_C.public_numbers().encode_point())
 
2020-04-17 16:27:46,441 [DEBUG] yardstick.ssh.fio ssh.py:293 stdout: u'Linux\n'
2020-04-17 16:27:46,442 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:116 No job file configuration received, Fio will use parameters.
2020-04-17 16:27:48,516 [DEBUG] yardstick.benchmark.runners.iteration 
iteration.py:68 runner=32280 seq=1 START
2020-04-17 16:27:48,517 [DEBUG] yardstick.benchmark.scenarios.storage.fio 
fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw 
-filename=/home/ubuntu/data.raw -direct=1 -bs=1024k -iodepth=1 -rw=rw 
-rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 
-name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based 
--output-format=json
2020-04-17 16:27:48,589 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'sudo'
2020-04-17 16:27:48,589 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u': '
2020-04-17 16:27:48,590 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'unable 
to resolve host fio: Connection timed out'
2020-04-17 16:27:48,591 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'\n'
2020-04-17 16:27:48,592 [DEBUG] yardstick.ssh.fio ssh.py:301 stderr: u'fio.sh: 
line 30: fio: command not found\n'
2020-04-17 16:27:48,593 [ERROR] yardstick.benchmark.runners.iteration 
iteration.py:95
Traceback (most recent call last):
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
Process Iteration-Fio-28796:
Traceback (most recent call last):
  File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/iteration.py", 
line 75, in _worker_process
    result = method(scenario_output)
  File 
"/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/storage/fio.py", 
line 186, in run
    raise RuntimeError(stderr)
RuntimeError: sudo: unable to resolve host fio: Connection timed out
fio.sh: line 30: fio: command not found
 
2020-04-17 16:27:48,623 [ERROR] yardstick.benchmark.core.task task.py:282 
Scenario NO.15: "Fio" ERROR!
2020-04-17 16:27:48,623 [ERROR] yardstick.benchmark.core.task task.py:283 
Iteration runner status 1
2020-04-17 16:27:48,624 [INFO] yardstick.benchmark.core.task task.py:285 Runner 
ended
Traceback (most recent call last):
  File "/usr/lib/python2.7/logging/__init__.py", line 861, in emit
    msg = self.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 734, in format
    return fmt.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 481, in format
    record.exc_text = self.formatException(record.exc_info)
  File "/usr/lib/python2.7/logging/__init__.py", line 439, in formatException
    traceback.print_exception(ei[0], ei[1], ei[2], None, sio)
  File "/opt/nsb_bin/trex/scripts/external_libs/simpy-3.0.10/simpy/_compat.py", 
line 30, in print_exception
    cause = cause.__dict__.get('__cause__', None)
AttributeError: 'NoneType' object has no attribute '__dict__'
Logged from file task.py, line 134
Traceback (most recent call last):
  File "/usr/lib/python2.7/logging/__init__.py", line 861, in emit
    msg = self.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 734, in format
    return fmt.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 481, in format
    record.exc_text = self.formatException(record.exc_info)
  File "/usr/lib/python2.7/logging/__init__.py", line 439, in formatException
    traceback.print_exception(ei[0], ei[1], ei[2], None, sio)
  File "/opt/nsb_bin/trex/scripts/external_libs/simpy-3.0.10/simpy/_compat.py", 
line 30, in print_exception
    cause = cause.__dict__.get('__cause__', None)
AttributeError: 'NoneType' object has no attribute '__dict__'
Logged from file task.py, line 134
Traceback (most recent call last):
  File "/usr/lib/python2.7/logging/__init__.py", line 861, in emit
    msg = self.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 734, in format
    return fmt.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 481, in format
    record.exc_text = self.formatException(record.exc_info)
  File "/usr/lib/python2.7/logging/__init__.py", line 439, in formatException
    traceback.print_exception(ei[0], ei[1], ei[2], None, sio)
  File "/opt/nsb_bin/trex/scripts/external_libs/simpy-3.0.10/simpy/_compat.py", 
line 30, in print_exception
    cause = cause.__dict__.get('__cause__', None)
AttributeError: 'NoneType' object has no attribute '__dict__'
Logged from file task.py, line 134
2020-04-17 16:27:48,626 [INFO] yardstick.benchmark.contexts.heat heat.py:472 
Undeploying context 'yardstick-TC005-3d3bddf6' START
2020-04-17 16:28:30,316 [INFO] yardstick.benchmark.contexts.heat heat.py:475 
Undeploying context 'yardstick-TC005-3d3bddf6' DONE
2020-04-17 16:28:30,318 [INFO] yardstick.benchmark.core.task task.py:148 Task 
/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc005.yaml 
finished in 130 secs
2020-04-17 16:28:30,324 [INFO] yardstick.benchmark.core.task task.py:169 Report 
can be found in '/tmp/report.html'
2020-04-17 16:28:30,324 [INFO] yardstick.benchmark.core.task task.py:157 Total 
finished in 130 secs
2020-04-17 16:28:30,325 [INFO] yardstick.benchmark.core.task task.py:160 To 
generate report, execute command "yardstick report generate 
3d3bddf6-c641-4b9a-9c41-d5ea5567302e <YAML_NAME>"
2020-04-17 16:28:30,325 [INFO] yardstick.benchmark.core.task task.py:161 Task 
ALL DONE, exiting
2020-04-17 16:28:30,325 [INFO] yardstick.cmd.commands.task task.py:63 Task 
FAILED
2020-04-17 16:28:30,326 [DEBUG] yardstick.benchmark.runners.base base.py:147 
Terminating all runners
root@c3d32c52defc:/home/#

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#24089): 
https://lists.opnfv.org/g/opnfv-tech-discuss/message/24089
Mute This Topic: https://lists.opnfv.org/mt/73144736/21656
Mute #infra: https://lists.opnfv.org/mk?hashtag=infra&subid=2783016
Mute #opnfv-tech-discuss: 
https://lists.opnfv.org/mk?hashtag=opnfv-tech-discuss&subid=2783016
Group Owner: opnfv-tech-discuss+ow...@lists.opnfv.org
Unsubscribe: https://lists.opnfv.org/g/opnfv-tech-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to