Last active
September 16, 2017 07:57
-
-
Save amitkumarj441/9f3a219ebc48fc192677b0b79cd1cd95 to your computer and use it in GitHub Desktop.
Stress Testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ith@ith-ThinkPad-W520:~$ ssh [email protected] | |
| Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 4.2.0-27-generic x86_64) | |
| * Documentation: https://help.ubuntu.com/ | |
| System information as of Wed Sep 13 07:54:16 BST 2017 | |
| System load: 4.1 | |
| Usage of /: 36.7% of 730.35GB | |
| Memory usage: 43% | |
| Swap usage: 0% | |
| Processes: 586 | |
| Users logged in: 2 | |
| IP address for p1p3: 192.168.121.2 | |
| IP address for virbr0: 192.168.122.1 | |
| IP address for docker0: 172.17.0.1 | |
| IP address for br_install: 10.1.0.1 | |
| IP address for br_external_nat: 192.16.1.1 | |
| IP address for br-c6d741c973f6: 172.18.0.1 | |
| => There is 1 zombie process. | |
| Graph this data and manage this system at: | |
| https://landscape.canonical.com/ | |
| 135 packages can be updated. | |
| 88 updates are security updates. | |
| *** System restart required *** | |
| Last login: Wed Sep 13 07:54:17 2017 from 212.121.132.196 | |
| root@ubuntu:~# cd bottlenecks/ | |
| root@ubuntu:~/bottlenecks# . pre_virt_env.sh | |
| Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/dist-packages | |
| Cleaning up... | |
| New python executable in /root/bottlenecks/venv/bin/python | |
| Installing setuptools, pip, wheel...done. | |
| Obtaining file:///root/bottlenecks | |
| Requirement already satisfied: click in ./venv/lib/python2.7/site-packages (from bottlenecks==0.1) | |
| Installing collected packages: bottlenecks | |
| Found existing installation: bottlenecks 0.1 | |
| Uninstalling bottlenecks-0.1: | |
| Successfully uninstalled bottlenecks-0.1 | |
| Running setup.py develop for bottlenecks | |
| Successfully installed bottlenecks | |
| (venv) root@ubuntu:~/bottlenecks# bottlenecks testcase run posca_factor_system_bandwidth | |
| bash: /home/opnfv/bottlenecks/run_tests.sh: No such file or directory | |
| (venv) root@ubuntu:~/bottlenecks# ./run_tests.sh | |
| (venv) root@ubuntu:~/bottlenecks# opts="--privileged=true -id" | |
| (venv) root@ubuntu:~/bottlenecks# docker_volume="-v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp" | |
| (venv) root@ubuntu:~/bottlenecks# docker run $opts --name bottlenecks-load-master $docker_volume opnfv/bottlenecks:latest /bin/bash | |
| Unable to find image 'opnfv/bottlenecks:latest' locally | |
| latest: Pulling from opnfv/bottlenecks | |
| 30d541b48fc0: Already exists | |
| 8ecd7f80d390: Already exists | |
| 46ec9927bb81: Already exists | |
| 2e67a4d67b44: Already exists | |
| 7d9dd9155488: Already exists | |
| 7c4515d8785c: Download complete | |
| 473c1457dda0: Download complete | |
| ef92a1d4c2a8: Download complete | |
| 8e1c29f031b9: Download complete | |
| 97f44f7f3f57: Download complete | |
| 58aec1abc7eb: Download complete | |
| db9d40f8de31: Download complete | |
| b020797b1573: Downloading [===============> ] 7.022MB/22.63MB | |
| 5b2cae5af238: Waiting | |
| (venv) root@ubuntu:~/bottlenecks# ps aux|grep docker | |
| root 27027 0.4 0.0 3234496 60172 ? Ssl Sep04 56:39 /usr/bin/dockerd --raw-logs | |
| root 27045 0.1 0.0 3333896 18384 ? Ssl Sep04 19:01 docker-containerd -l unix:///var/run/docker/libcontainerd/docker-containerd.sock --metrics-interval=0 --start-timeout 2m --state-dir /var/run/docker/libcontainerd/containerd --shim docker-containerd-shim --runtime docker-runc | |
| root 82191 0.0 0.0 348156 1620 ? Sl Sep12 0:00 docker-containerd-shim 6a5598656afb044c25d03b540e9005484633f784975a33342fb6d6377e93ff69 /var/run/docker/libcontainerd/6a5598656afb044c25d03b540e9005484633f784975a33342fb6d6377e93ff69 docker-runc | |
| root 82282 0.0 0.0 348156 1444 ? Sl Sep12 0:00 docker-containerd-shim f67cb1a2b97c413a654a888d4a387229948b38b1bc1fdb1685770e52322f016e /var/run/docker/libcontainerd/f67cb1a2b97c413a654a888d4a387229948b38b1bc1fdb1685770e52322f016e docker-runc | |
| root 82401 0.0 0.0 415100 408 ? Sl Sep12 0:00 docker-containerd-shim d02d9999f85de81d35ec8faecfebb50d0f0bf4f140f47b42e2acf6caef0ee877 /var/run/docker/libcontainerd/d02d9999f85de81d35ec8faecfebb50d0f0bf4f140f47b42e2acf6caef0ee877 docker-runc | |
| root 83686 0.0 0.0 181936 1848 ? Sl Sep12 0:00 /usr/bin/docker-proxy -proto tcp -host-ip 192.168.121.2 -host-port 5050 -container-ip 172.18.0.4 -container-port 80 | |
| root@ubuntu:~/bottlenecks# opts="--privileged=true -id" | |
| root@ubuntu:~/bottlenecks# docker_volume="-v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp" | |
| root@ubuntu:~/bottlenecks# docker run $opts --name bottlenecks-load-master $docker_volume opnfv/bottlenecks:latest /bin/bash | |
| docker: Error response from daemon: Conflict. The container name "/bottlenecks-load-master" is already in use by container "34901ab3269df5317bbd0154bbbb442c627495036a8154348de1dcc761299577". You have to remove (or rename) that container to be able to reuse that name. | |
| See 'docker run --help'. | |
| root@ubuntu:~/bottlenecks# sleep 5 | |
| root@ubuntu:~/bottlenecks# POSCA_SCRIPT="/home/opnfv/bottlenecks/testsuites/posca" | |
| root@ubuntu:~/bottlenecks# docker exec bottleneckcompose-load-master python ${POroot@ubuntu:~/bottlenecks# docker exec bottleneckcompose-load-master python ${POSCA_SCRIPT}/run_posca.py testcase posca_factor_system_bandwidth | |
| Error: No such container: bottleneckcompose-load-master | |
| root@ubuntu:~/bottlenecks# | |
| root@ubuntu:~# cd bottlenecks/ | |
| root@ubuntu:~/bottlenecks# bottlenecks testcase run posca_factor_system_bandwidth | |
| bottlenecks: command not found | |
| root@ubuntu:~/bottlenecks# . pre_virt_env.sh | |
| Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/dist-packages | |
| Cleaning up... | |
| New python executable in /root/bottlenecks/venv/bin/python | |
| Installing setuptools, pip, wheel...done. | |
| Obtaining file:///root/bottlenecks | |
| Requirement already satisfied: click in ./venv/lib/python2.7/site-packages (from bottlenecks==0.1) | |
| Installing collected packages: bottlenecks | |
| Found existing installation: bottlenecks 0.1 | |
| Uninstalling bottlenecks-0.1: | |
| Successfully uninstalled bottlenecks-0.1 | |
| Running setup.py develop for bottlenecks | |
| Successfully installed bottlenecks | |
| (venv) root@ubuntu:~/bottlenecks# bottlenecks testcase run posca_factor_system_bandwidth | |
| bash: /home/opnfv/bottlenecks/run_tests.sh: No such file or directory | |
| (venv) root@ubuntu:~/bottlenecks# | |
| root@ubuntu:/home/opnfv/bottlenecks# . pre_virt_env.sh | |
| Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/dist-packages | |
| Cleaning up... | |
| New python executable in /home/opnfv/bottlenecks/venv/bin/python | |
| Installing setuptools, pip, wheel...done. | |
| Overwriting /home/opnfv/bottlenecks/venv/bin/activate with new content | |
| Overwriting /home/opnfv/bottlenecks/venv/bin/activate.fish with new content | |
| Overwriting /home/opnfv/bottlenecks/venv/bin/activate.csh with new content | |
| Overwriting /home/opnfv/bottlenecks/venv/bin/python-config with new content | |
| Obtaining file:///home/opnfv/bottlenecks | |
| Requirement already satisfied: click in ./venv/lib/python2.7/site-packages (from bottlenecks==0.1) | |
| Installing collected packages: bottlenecks | |
| Running setup.py develop for bottlenecks | |
| Successfully installed bottlenecks | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# bottleneck testcase run posca_factor_system_bandwidth | |
| bottleneck: command not found | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# bottlenecks testcase run posca_factor_system_bandwidth | |
| BOTTLENECKS INFO: Tests to execute: posca_factor_system_bandwidth. | |
| BOTTLENECKS INFO: Start to run test case posca_factor_system_bandwidth | |
| BOTTLENECKS INFO: Running posca testcase: posca_factor_system_bandwidth | |
| docker: Error response from daemon: Conflict. The container name "/bottlenecks-load-master" is already in use by container "34901ab3269df5317bbd0154bbbb442c627495036a8154348de1dcc761299577". You have to remove (or rename) that container to be able to reuse that name. | |
| 2017-09-14 07:18:26,742 run_testsuite.py:105 INFO Begin to run posca_factor_system_bandwidth testcase in POSCA testsuite | |
| 2017-09-14 07:18:26,742 run_testsuite.py:81 INFO Begin to prepare docker environment | |
| 2017-09-14 07:20:37,585 run_testsuite.py:94 INFO Docker environment have prepared | |
| 2017-09-14 07:20:37,770 posca_factor_system_bandwidth.py:43 INFO yardstick environment prepare! | |
| fetch_os_creds.info: Fetching rc file... | |
| /home/opnfv/releng/utils/fetch_os_creds.sh: line 246: [undefined: command not found | |
| /home/opnfv/releng/utils/fetch_os_creds.sh: line 251: installer: unbound variable | |
| Traceback (most recent call last): | |
| File "/home/opnfv/bottlenecks/testsuites/posca/../run_testsuite.py", line 135, in <module> | |
| main() | |
| File "/home/opnfv/bottlenecks/testsuites/posca/../run_testsuite.py", line 131, in main | |
| testsuite_run(test_level, test_name, REPORT) | |
| File "/home/opnfv/bottlenecks/testsuites/posca/../run_testsuite.py", line 110, in testsuite_run | |
| posca_testcase_run(tester_parser[0], testcase, config[testcase]) | |
| File "/home/opnfv/bottlenecks/testsuites/posca/../run_testsuite.py", line 44, in posca_testcase_run | |
| module.run(test_config) | |
| File "/usr/local/lib/python2.7/dist-packages/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py", line 97, in run | |
| env_pre(None) | |
| File "/usr/local/lib/python2.7/dist-packages/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py", line 44, in env_pre | |
| stack_prepare._prepare_env_daemon(True) | |
| File "/usr/local/lib/python2.7/dist-packages/utils/env_prepare/stack_prepare.py", line 33, in _prepare_env_daemon | |
| _append_external_network(rc_file) | |
| File "/usr/local/lib/python2.7/dist-packages/utils/env_prepare/stack_prepare.py", line 92, in _append_external_network | |
| neutron_client = utils._get_neutron_client() | |
| File "/usr/local/lib/python2.7/dist-packages/utils/infra_setup/heat/manager.py", line 33, in _get_neutron_client | |
| sess = op_utils.get_session() | |
| File "/usr/local/lib/python2.7/dist-packages/utils/infra_setup/heat/common.py", line 68, in get_session | |
| auth = get_session_auth() | |
| File "/usr/local/lib/python2.7/dist-packages/utils/infra_setup/heat/common.py", line 63, in get_session_auth | |
| auth = loader.load_from_options(**creds) | |
| File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/loading/base.py", line 123, in load_from_options | |
| raise exceptions.MissingRequiredOptions(missing_required) | |
| keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions: Auth plugin requires parameters which were not given: auth_url | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# sh ./utils/env_prepare/config_prepare.sh -i compass | |
| ./utils/env_prepare/config_prepare.sh: 31: ./utils/env_prepare/config_prepare.sh: [[: not found | |
| BOTTLENECKS INFO: Downloading Releng | |
| Cloning into '/home/releng'... | |
| remote: Counting objects: 1318, done | |
| remote: Finding sources: 31% (36/115) | |
| Last login: Fri Sep 15 09:50:23 2017 from 212.121.132.196 | |
| root@ubuntu:~# ping google.com | |
| PING google.com (216.58.212.238) 56(84) bytes of data. | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=1 ttl=56 time=19.4 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=2 ttl=56 time=18.9 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=3 ttl=56 time=18.9 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=4 ttl=56 time=18.9 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=5 ttl=56 time=19.0 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=6 ttl=56 time=19.0 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=7 ttl=56 time=19.0 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=8 ttl=56 time=18.9 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=9 ttl=56 time=19.0 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=10 ttl=56 time=18.9 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=11 ttl=56 time=18.9 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=12 ttl=56 time=18.9 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=13 ttl=56 time=18.9 ms | |
| 64 bytes from ams16s22-in-f238.1e100.net (216.58.212.238): icmp_seq=14 ttl=56 time=19.0 ms | |
| ^C | |
| --- google.com ping statistics --- | |
| 14 packets transmitted, 14 received, 0% packet loss, time 13013ms | |
| rtt min/avg/max/mdev = 18.921/19.023/19.477/0.222 ms | |
| root@ubuntu:~# cd /home/opnfv/bottlenecks/ | |
| root@ubuntu:/home/opnfv/bottlenecks# . pre_virt_env.sh | |
| Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/dist-packages | |
| Cleaning up... | |
| New python executable in /home/opnfv/bottlenecks/venv/bin/python | |
| Installing setuptools, pip, wheel...done. | |
| Obtaining file:///home/opnfv/bottlenecks | |
| Requirement already satisfied: click in ./venv/lib/python2.7/site-packages (from bottlenecks==0.1) | |
| Installing collected packages: bottlenecks | |
| Found existing installation: bottlenecks 0.1 | |
| Uninstalling bottlenecks-0.1: | |
| Successfully uninstalled bottlenecks-0.1 | |
| Running setup.py develop for bottlenecks | |
| Successfully installed bottlenecks | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# sh ./utils/env_prepare/config_prepare.sh -i compass | |
| ./utils/env_prepare/config_prepare.sh: 31: ./utils/env_prepare/config_prepare.sh: [[: not found | |
| BOTTLENECKS INFO: Downloading Releng | |
| Cloning into '/home/releng'... | |
| remote: Counting objects: 1318, done | |
| remote: Finding sources: 51% (59/115) | |
| ith@ith-ThinkPad-W520:~$ ping 192.168.121.2 | |
| PING 192.168.121.2 (192.168.121.2) 56(84) bytes of data. | |
| 64 bytes from 192.168.121.2: icmp_seq=1 ttl=62 time=252 ms | |
| 64 bytes from 192.168.121.2: icmp_seq=2 ttl=62 time=230 ms | |
| 64 bytes from 192.168.121.2: icmp_seq=3 ttl=62 time=263 ms | |
| 64 bytes from 192.168.121.2: icmp_seq=4 ttl=62 time=266 ms | |
| 64 bytes from 192.168.121.2: icmp_seq=5 ttl=62 time=300 ms | |
| 64 bytes from 192.168.121.2: icmp_seq=6 ttl=62 time=228 ms | |
| 64 bytes from 192.168.121.2: icmp_seq=7 ttl=62 time=209 ms | |
| 64 bytes from 192.168.121.2: icmp_seq=8 ttl=62 time=223 ms | |
| 64 bytes from 192.168.121.2: icmp_seq=9 ttl=62 time=295 ms | |
| 64 bytes from 192.168.121.2: icmp_seq=10 ttl=62 time=301 ms | |
| Last login: Sat Sep 16 01:34:07 2017 from 212.121.132.196 | |
| root@ubuntu:~# cd /home/opnfv/bottlenecks/ | |
| root@ubuntu:/home/opnfv/bottlenecks# . pre_virt_env.sh | |
| Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/dist-packages | |
| Cleaning up... | |
| New python executable in /home/opnfv/bottlenecks/venv/bin/python | |
| Installing setuptools, pip, wheel...done. | |
| Obtaining file:///home/opnfv/bottlenecks | |
| Requirement already satisfied: click in ./venv/lib/python2.7/site-packages (from bottlenecks==0.1) | |
| Installing collected packages: bottlenecks | |
| Found existing installation: bottlenecks 0.1 | |
| Uninstalling bottlenecks-0.1: | |
| Successfully uninstalled bottlenecks-0.1 | |
| Running setup.py develop for bottlenecks | |
| Successfully installed bottlenecks | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# bottlenecks testcase run posca_factor_ping | |
| BOTTLENECKS INFO: Tests to execute: posca_factor_ping. | |
| BOTTLENECKS INFO: Start to run test case posca_factor_ping | |
| BOTTLENECKS INFO: Running posca testcase: posca_factor_ping | |
| Unable to find image 'opnfv/bottlenecks:latest' locally | |
| latest: Pulling from opnfv/bottlenecks | |
| 30d541b48fc0: Already exists | |
| 8ecd7f80d390: Already exists | |
| 46ec9927bb81: Already exists | |
| 2e67a4d67b44: Already exists | |
| 7d9dd9155488: Already exists | |
| 7c4515d8785c: Pull complete | |
| 473c1457dda0: Pull complete | |
| ef92a1d4c2a8: Pull complete | |
| 8e1c29f031b9: Pull complete | |
| 97f44f7f3f57: Pull complete | |
| 58aec1abc7eb: Pull complete | |
| db9d40f8de31: Pull complete | |
| b020797b1573: Pull complete | |
| 5b2cae5af238: Pull complete | |
| Digest: sha256:d0ee26bb6a03d9461f342acdd04b5a649ea707e8b32089a1f1de04ef0448e2a3 | |
| Status: Downloaded newer image for opnfv/bottlenecks:latest | |
| df22eb581e3b4675168b26b598e4c835d84c0f2e85b89c7c64501cedc58df149 | |
| 2017-09-16 00:38:56,544 run_testsuite.py:105 INFO Begin to run posca_factor_ping testcase in POSCA testsuite | |
| 2017-09-16 00:38:56,552 run_testsuite.py:81 INFO Begin to prepare docker environment | |
| 2017-09-16 00:39:17,423 run_testsuite.py:94 INFO Docker environment have prepared | |
| 2017-09-16 00:39:17,605 posca_factor_ping.py:119 INFO Create Dashboard data | |
| Traceback (most recent call last): | |
| File "/home/opnfv/bottlenecks/testsuites/posca/../run_testsuite.py", line 135, in <module> | |
| main() | |
| File "/home/opnfv/bottlenecks/testsuites/posca/../run_testsuite.py", line 131, in main | |
| testsuite_run(test_level, test_name, REPORT) | |
| File "/home/opnfv/bottlenecks/testsuites/posca/../run_testsuite.py", line 110, in testsuite_run | |
| posca_testcase_run(tester_parser[0], testcase, config[testcase]) | |
| File "/home/opnfv/bottlenecks/testsuites/posca/../run_testsuite.py", line 44, in posca_testcase_run | |
| module.run(test_config) | |
| File "/usr/local/lib/python2.7/dist-packages/testsuites/posca/testcase_script/posca_factor_ping.py", line 120, in run | |
| DashBoard.posca_stress_ping(test_config["contexts"]) | |
| File "/usr/local/lib/python2.7/dist-packages/testsuites/posca/testcase_dashboard/posca_stress_ping.py", line 50, in posca_stress_ping | |
| body=doc) | |
| File "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/utils.py", line 71, in _wrapped | |
| return func(*args, params=params, **kwargs) | |
| File "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/__init__.py", line 300, in index | |
| _make_path(index, doc_type, id), params=params, body=body) | |
| File "/usr/local/lib/python2.7/dist-packages/elasticsearch/transport.py", line 327, in perform_request | |
| status, headers, data = connection.perform_request(method, url, params, body, ignore=ignore, timeout=timeout) | |
| File "/usr/local/lib/python2.7/dist-packages/elasticsearch/connection/http_urllib3.py", line 120, in perform_request | |
| raise ConnectionError('N/A', str(e), e) | |
| elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7f5aa6313450>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7f5aa6313450>: Failed to establish a new connection: [Errno 111] Connection refused) | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# | |
| Last login: Sat Sep 16 05:49:54 2017 from 212.121.132.196 | |
| root@ubuntu:~# cd /home/opnfv/bottlenecks/ | |
| root@ubuntu:/home/opnfv/bottlenecks# . pre_virt_env.sh | |
| Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/dist-packages | |
| Cleaning up... | |
| New python executable in /home/opnfv/bottlenecks/venv/bin/python | |
| Installing setuptools, pip, wheel...done. | |
| Obtaining file:///home/opnfv/bottlenecks | |
| Requirement already satisfied: click in ./venv/lib/python2.7/site-packages (from bottlenecks==0.1) | |
| Installing collected packages: bottlenecks | |
| Found existing installation: bottlenecks 0.1 | |
| Uninstalling bottlenecks-0.1: | |
| Successfully uninstalled bottlenecks-0.1 | |
| Running setup.py develop for bottlenecks | |
| Successfully installed bottlenecks | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# bash utils/env_prepare/config_prepare.sh -i compass --debug | |
| BOTTLENECKS INFO: Downloading Releng | |
| Cloning into '/home/releng'... | |
| remote: Counting objects: 1400, done | |
| remote: Finding sources: 100% (23/23) | |
| remote: Total 27283 (delta 0), reused 27268 (delta 0) | |
| Receiving objects: 100% (27283/27283), 12.84 MiB | 5.25 MiB/s, done. | |
| Resolving deltas: 100% (12051/12051), done. | |
| Checking connectivity... done. | |
| BOTTLENECKS INFO: Downloading Yardstick | |
| Cloning into '/home/yardstick'... | |
| remote: Counting objects: 10, done | |
| remote: Finding sources: 100% (10/10) | |
| remote: Total 16771 (delta 0), reused 16771 (delta 0) | |
| Receiving objects: 100% (16771/16771), 8.23 MiB | 4.56 MiB/s, done. | |
| Resolving deltas: 100% (7594/7594), done. | |
| Checking connectivity... done. | |
| BOTTLENECKS INFO: fetching os credentials from compass | |
| fetch_os_creds.info: Fetching rc file... | |
| -------- Credentials: -------- | |
| # Ansible managed | |
| export LC_ALL=C | |
| # COMMON CINDER ENVS | |
| export CINDER_ENDPOINT_TYPE=publicURL | |
| # COMMON NOVA ENVS | |
| export NOVA_ENDPOINT_TYPE=publicURL | |
| # COMMON OPENSTACK ENVS | |
| export OS_ENDPOINT_TYPE=publicURL | |
| export OS_INTERFACE=publicURL | |
| export OS_USERNAME=admin | |
| export OS_PASSWORD='5ec06e8f147c252ec48' | |
| export OS_PROJECT_NAME=admin | |
| export OS_TENANT_NAME=admin | |
| export OS_AUTH_URL=https://192.16.1.222:5000/v3 | |
| export OS_NO_CACHE=1 | |
| export OS_USER_DOMAIN_NAME=Default | |
| export OS_PROJECT_DOMAIN_NAME=Default | |
| export OS_REGION_NAME=RegionOne | |
| # For openstackclient | |
| export OS_IDENTITY_API_VERSION=3 | |
| export OS_AUTH_VERSION=3 | |
| BOTTLENECKS INFO: successfully fetching os_cacert for openstack: /tmp/os_cacert | |
| BOTTLENECKS INFO: openstack credentials path is /tmp/admin_rc.sh | |
| BOTTLENECKS INFO: writing /tmp/os_cacert to /tmp/admin_rc.sh | |
| # Ansible managed | |
| export LC_ALL=C | |
| # COMMON CINDER ENVS | |
| export CINDER_ENDPOINT_TYPE=publicURL | |
| # COMMON NOVA ENVS | |
| export NOVA_ENDPOINT_TYPE=publicURL | |
| # COMMON OPENSTACK ENVS | |
| export OS_ENDPOINT_TYPE=publicURL | |
| export OS_INTERFACE=publicURL | |
| export OS_USERNAME=admin | |
| export OS_PASSWORD='5ec06e8f147c252ec48' | |
| export OS_PROJECT_NAME=admin | |
| export OS_TENANT_NAME=admin | |
| export OS_AUTH_URL=https://192.16.1.222:5000/v3 | |
| export OS_NO_CACHE=1 | |
| export OS_USER_DOMAIN_NAME=Default | |
| export OS_PROJECT_DOMAIN_NAME=Default | |
| export OS_REGION_NAME=RegionOne | |
| # For openstackclient | |
| export OS_IDENTITY_API_VERSION=3 | |
| export OS_AUTH_VERSION=3 | |
| export OS_CACERT=/tmp/os_cacert | |
| sudo cp /home/yardstick/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml /tmp | |
| FILE: /tmp/pod.yaml: | |
| ############################################################################## | |
| # 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 | |
| ############################################################################## | |
| --- | |
| # sample config file about the POD information, including the | |
| # name/IP/user/ssh key and Controllers/Computes | |
| # | |
| # The options of this config file include: | |
| # name: the name of this node | |
| # role: node's role, support role: Master/Controller/Comupte/BareMetal | |
| # ip: the node's IP address | |
| # user: the username for login | |
| # key_filename:the path of the private key file for login | |
| nodes: | |
| - | |
| name: node1 | |
| host_name: host1 | |
| role: Controller | |
| ip: 10.1.0.50 | |
| user: root | |
| password: root | |
| - | |
| name: node2 | |
| host_name: host2 | |
| role: Controller | |
| ip: 10.1.0.51 | |
| user: root | |
| password: root | |
| - | |
| name: node3 | |
| host_name: host3 | |
| role: Controller | |
| ip: 10.1.0.52 | |
| user: root | |
| password: root | |
| - | |
| name: node4 | |
| host_name: host4 | |
| role: Compute | |
| ip: 10.1.0.53 | |
| user: root | |
| password: root | |
| - | |
| name: node5 | |
| host_name: host5 | |
| role: Compute | |
| ip: 10.1.0.54 | |
| user: root | |
| password: root | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# bottlenecks testcase run posca_factor_ping | |
| BOTTLENECKS INFO: Tests to execute: posca_factor_ping. | |
| BOTTLENECKS INFO: Start to run test case posca_factor_ping | |
| BOTTLENECKS INFO: Running posca testcase: posca_factor_ping | |
| docker: Error response from daemon: Conflict. The container name "/bottlenecks-load-master" is already in use by container "df22eb581e3b4675168b26b598e4c835d84c0f2e85b89c7c64501cedc58df149". You have to remove (or rename) that container to be able to reuse that name. | |
| See 'docker run --help'. | |
| 2017-09-16 06:45:12,673 run_testsuite.py:105 INFO Begin to run posca_factor_ping testcase in POSCA testsuite | |
| 2017-09-16 06:45:12,673 run_testsuite.py:81 INFO Begin to prepare docker environment | |
| 2017-09-16 06:45:27,735 run_testsuite.py:94 INFO Docker environment have prepared | |
| 2017-09-16 06:45:27,889 posca_factor_ping.py:119 INFO Create Dashboard data | |
| 2017-09-16 06:45:28,046 posca_stress_ping.py:54 INFO bottlenecks index-pattern has existed | |
| 2017-09-16 06:45:28,124 posca_stress_ping.py:63 INFO bottlenecks config has existed | |
| 2017-09-16 06:45:28,255 posca_stress_ping.py:77 INFO posca_stress_ping search has existed | |
| 2017-09-16 06:45:28,407 posca_stress_ping.py:91 INFO posca_stress_ping visualization has existed | |
| 2017-09-16 06:45:28,516 posca_stress_ping.py:105 INFO posca_stress_ping visualization has existed | |
| 2017-09-16 06:45:28,805 posca_stress_ping.py:119 INFO posca_stress_ping dashboard has existed | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:266: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| 2017-09-16 06:45:36,128 quota_prepare.py:51 INFO Get admin project id is f39fba8a8f644a02a7a0779ab2e2fa91 | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| 2017-09-16 06:45:39,367 quota_prepare.py:63 INFO admintenant nova and neutron quota(previous) : | |
| 2017-09-16 06:45:39,368 quota_prepare.py:64 INFO {u'injected_file_content_bytes': 10240, u'metadata_items': 128, u'server_group_members': 10, u'server_groups': 10, u'ram': 51200, u'floating_ips': 10, u'key_pairs': 100, u'id': u'f39fba8a8f644a02a7a0779ab2e2fa91', u'instances': 10, u'security_group_rules': 20, u'injected_files': 5, u'cores': 20, u'fixed_ips': -1, u'injected_file_path_bytes': 255, u'security_groups': 10} | |
| 2017-09-16 06:45:39,368 quota_prepare.py:65 INFO {u'quota': {u'subnet': 10, u'network': 10, u'floatingip': 50, u'subnetpool': -1, u'security_group_rule': 100, u'security_group': 10, u'router': 10, u'rbac_policy': 10, u'port': 50}} | |
| 2017-09-16 06:45:41,693 quota_prepare.py:70 INFO Quota has been changed! | |
| 2017-09-16 06:45:41,886 quota_prepare.py:74 INFO admintenant nova and neutron quota(now) : | |
| 2017-09-16 06:45:41,887 quota_prepare.py:75 INFO {u'injected_file_content_bytes': -1, u'metadata_items': -1, u'server_group_members': -1, u'server_groups': -1, u'ram': -1, u'floating_ips': -1, u'key_pairs': -1, u'id': u'f39fba8a8f644a02a7a0779ab2e2fa91', u'instances': -1, u'security_group_rules': -1, u'injected_files': -1, u'cores': -1, u'fixed_ips': -1, u'injected_file_path_bytes': -1, u'security_groups': -1} | |
| 2017-09-16 06:45:41,887 quota_prepare.py:76 INFO {u'quota': {u'subnet': -1, u'network': -1, u'floatingip': -1, u'subnetpool': -1, u'security_group_rule': 100, u'security_group': -1, u'router': -1, u'rbac_policy': 10, u'port': -1}} | |
| 2017-09-16 06:45:41,888 posca_factor_ping.py:56 INFO yardstick environment prepare! | |
| 2017-09-16 06:54:29,280 posca_factor_ping.py:131 INFO begin to run 20 thread | |
| 2017-09-16 07:00:37,745 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,057 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:35,554 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-515ea265' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-515ea265-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-6c0b1c62 ... | |
| Deploying context 'demo0-515ea265' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:37,855 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,061 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:36,270 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-c88c1cab' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-c88c1cab-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-76b5350e ... | |
| Deploying context 'demo0-c88c1cab' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:40,335 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,056 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:36,147 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-8194a494' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-8194a494-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-d2b0fe2b ... | |
| Deploying context 'demo0-8194a494' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:40,630 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,062 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:36,883 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-c4b0b0e1' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-c4b0b0e1-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-beade0bd ... | |
| Deploying context 'demo0-c4b0b0e1' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:40,686 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,064 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:36,768 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-9e572394' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-8370476a ... | |
| Deploying context 'demo0-9e572394' | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-9e572394-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:40,797 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,065 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:35,782 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-a9109fbd' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-a9109fbd-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-fbb2ad6a ... | |
| Deploying context 'demo0-a9109fbd' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:40,859 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,059 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:35,785 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-f77a2eb0' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-f77a2eb0-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-d113cec3 ... | |
| Deploying context 'demo0-f77a2eb0' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:40,958 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,057 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:36,495 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-46d35bc9' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-46d35bc9-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-18373fe7 ... | |
| Deploying context 'demo0-46d35bc9' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:40,998 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,057 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:36,739 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-cd9ed42c' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-cd9ed42c-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-038333d2 ... | |
| Deploying context 'demo0-cd9ed42c' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:41,065 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,061 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:38,477 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-cfc93cbe' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-cfc93cbe-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-dd9110f3 ... | |
| Deploying context 'demo0-cfc93cbe' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:41,074 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,056 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:36,271 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-452f4264' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-452f4264-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-9302598e ... | |
| Deploying context 'demo0-452f4264' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:41,332 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,057 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:36,945 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-f64ef9a4' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-f64ef9a4-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-f5b649d0 ... | |
| Deploying context 'demo0-f64ef9a4' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:46,369 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,063 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:36,933 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-53d07d0a' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-720d3b4b ... | |
| Deploying context 'demo0-53d07d0a' | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-53d07d0a-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Undeploying all contexts | |
| 2017-09-16 07:00:47,272 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,062 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:36,216 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-88f939af' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-88f939af-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-688efb12 ... | |
| Deploying context 'demo0-88f939af' | |
| Undeploying all contexts | |
| 2017-09-16 07:01:00,529 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,062 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:35,999 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-bbe3f1ca' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-bbe3f1ca-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-60fb9164 ... | |
| Deploying context 'demo0-bbe3f1ca' | |
| Undeploying all contexts | |
| 2017-09-16 07:01:03,142 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,063 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:37,462 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-83d926b9' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-90ccba9a ... | |
| Deploying context 'demo0-83d926b9' | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-83d926b9-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Undeploying all contexts | |
| 2017-09-16 07:01:05,103 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,056 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:38,736 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-d1fbea9b' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-5f1c6f0d ... | |
| Deploying context 'demo0-d1fbea9b' | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-d1fbea9b-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Undeploying all contexts | |
| 2017-09-16 07:01:08,784 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,058 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:37,541 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-61178899' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-61178899-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-b544b89d ... | |
| Deploying context 'demo0-61178899' | |
| Undeploying all contexts | |
| 2017-09-16 07:01:11,879 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,056 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:36,782 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-dd865f55' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-b60691bb ... | |
| Deploying context 'demo0-dd865f55' | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-dd865f55-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Undeploying all contexts | |
| 2017-09-16 07:01:13,306 posca_factor_ping.py:70 INFO 2017-09-16 06:54:35,057 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml'], | |
| task_args:[None], | |
| task_args_fnames:[None] | |
| 2017-09-16 06:54:37,588 yardstick.orchestrator.heat heat.py:465 INFO Creating stack 'demo0-d7eef96b' | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| error: failed to deploy stack: 'Resource CREATE failed: NeutronClientException: resources.demo0-d7eef96b-test-subnet: <html><body><h1>504 Gateway Time-out</h1> | |
| The server didn't respond in time. | |
| </body></html> | |
| ' | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml | |
| 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: > | |
| bottlenecks stress test config file; | |
| measure VMs latency using ping; | |
| run_in_parallel: true | |
| scenarios: | |
| - | |
| type: Ping | |
| options: | |
| packetsize: 100 | |
| host: demo1.demo0 | |
| target: demo2.demo0 | |
| runner: | |
| type: Duration | |
| duration: 60 | |
| interval: 1 | |
| contexts: | |
| - | |
| name: demo0 | |
| image: cirros-0.3.5 | |
| flavor: yardstick-flavor | |
| user: cirros | |
| placement_groups: | |
| pgrp1: | |
| policy: "availability" | |
| servers: | |
| demo1: | |
| floating_ip: true | |
| placement: "pgrp1" | |
| demo2: | |
| placement: "pgrp1" | |
| networks: | |
| test: | |
| cidr: '10.0.1.0/24' | |
| Writing /home/opnfv/repos/yardstick/yardstick/resources/files/yardstick_key-06791138 ... | |
| Deploying context 'demo0-d7eef96b' | |
| Undeploying all contexts | |
| 2017-09-16 07:03:13,405 posca_factor_ping.py:147 INFO 20 thread success 0 times | |
| 2017-09-16 07:03:15,827 posca_factor_ping.py:163 INFO END POSCA stress ping test | |
| 2017-09-16 07:03:15,827 run_testsuite.py:112 INFO End of posca_factor_ping testcase in POSCA testsuite | |
| Testing results have not been sent to the target DB. | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# bottlenecks testcase run posca_factor_system_bandwidth | |
| BOTTLENECKS INFO: Tests to execute: posca_factor_system_bandwidth. | |
| BOTTLENECKS INFO: Start to run test case posca_factor_system_bandwidth | |
| BOTTLENECKS INFO: Running posca testcase: posca_factor_system_bandwidth | |
| docker: Error response from daemon: Conflict. The container name "/bottlenecks-load-master" is already in use by container "df22eb581e3b4675168b26b598e4c835d84c0f2e85b89c7c64501cedc58df149". You have to remove (or rename) that container to be able to reuse that name. | |
| See 'docker run --help'. | |
| 2017-09-16 07:21:46,798 run_testsuite.py:105 INFO Begin to run posca_factor_system_bandwidth testcase in POSCA testsuite | |
| 2017-09-16 07:21:46,798 run_testsuite.py:81 INFO Begin to prepare docker environment | |
| 2017-09-16 07:22:01,828 run_testsuite.py:94 INFO Docker environment have prepared | |
| 2017-09-16 07:22:01,957 posca_factor_system_bandwidth.py:43 INFO yardstick environment prepare! | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning. | |
| SNIMissingWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:266: SubjectAltNameWarning: Certificate for 192.16.1.222 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.) | |
| SubjectAltNameWarning | |
| /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. | |
| InsecurePlatformWarning | |
| 2017-09-16 07:22:04,226 posca_factor_system_bandwidth.py:106 INFO Create Dashboard data | |
| 2017-09-16 07:22:04,283 system_bandwidth.py:53 INFO bottlenecks index-pattern has existed | |
| 2017-09-16 07:22:04,320 system_bandwidth.py:62 INFO bottlenecks config has existed | |
| 2017-09-16 07:22:04,367 system_bandwidth.py:76 INFO system_bandwidth search has existed | |
| 2017-09-16 07:22:04,415 system_bandwidth.py:90 INFO system_bandwidth_line-date visualization has existed | |
| 2017-09-16 07:22:04,451 system_bandwidth.py:104 INFO system_bandwidth_line-char visualization has existed | |
| 2017-09-16 07:22:04,487 system_bandwidth.py:118 INFO system_bandwidth_local_cpu visualization has existed | |
| 2017-09-16 07:22:04,528 system_bandwidth.py:129 INFO system_bandwidth_terms_data visualization has existed | |
| 2017-09-16 07:22:04,564 system_bandwidth.py:143 INFO system_bandwidth dashboard has existed | |
| 2017-09-16 07:22:04,565 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_7dd358e2-a547-49d2-9b46-cf4a81ea27ea.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 64.0, 'rx_msg_size': 64.0}" | |
| 2017-09-16 07:23:28,686 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:22:05,585 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 64.0, 'rx_msg_size': 64.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:22:05,608 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 64.0 | |
| recv_msg_size: 64.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:22:05,660 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:22:05,661 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:22:07,983 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:23:28,482 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:23:28,616 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 83 secs | |
| 2017-09-16 07:23:28,616 yardstick.benchmark.core.task task.py:108 INFO total finished in 83 secs | |
| Runner ended, output in /tmp/yardstick_7dd358e2-a547-49d2-9b46-cf4a81ea27ea.out | |
| To generate report execute => yardstick report generate b4a8cde1-0eef-45fa-aa18-a0f2e4da1e4e netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:23:30,689 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:23:30,995 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_787b806f-4a22-4228-8617-01ef5dfcee98.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 64.0, 'rx_msg_size': 256.0}" | |
| 2017-09-16 07:24:04,554 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:23:32,098 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 64.0, 'rx_msg_size': 256.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:23:32,116 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 64.0 | |
| recv_msg_size: 256.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:23:32,129 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:23:32,130 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:23:32,473 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:24:04,260 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:24:04,498 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:24:04,498 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_787b806f-4a22-4228-8617-01ef5dfcee98.out | |
| To generate report execute => yardstick report generate 788697cc-d86b-41d2-a3b7-0138d7fbf20d netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:24:06,557 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:24:06,614 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_29b31d41-781c-4852-ae67-2cbb15500c83.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 64.0, 'rx_msg_size': 1024.0}" | |
| 2017-09-16 07:24:39,748 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:24:07,517 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 64.0, 'rx_msg_size': 1024.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:24:07,534 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 64.0 | |
| recv_msg_size: 1024.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:24:07,547 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:24:07,548 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:24:07,854 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:24:39,558 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:24:39,709 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:24:39,710 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_29b31d41-781c-4852-ae67-2cbb15500c83.out | |
| To generate report execute => yardstick report generate 2303ea84-ec00-46c4-a24f-c71363936aef netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:24:41,749 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:24:41,793 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_8f9f4433-5e40-4999-a31a-7c603654fa78.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 64.0, 'rx_msg_size': 4096.0}" | |
| 2017-09-16 07:25:15,016 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:24:42,739 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 64.0, 'rx_msg_size': 4096.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:24:42,758 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 64.0 | |
| recv_msg_size: 4096.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:24:42,772 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:24:42,773 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:24:43,080 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:25:14,802 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:25:14,954 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:25:14,955 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_8f9f4433-5e40-4999-a31a-7c603654fa78.out | |
| To generate report execute => yardstick report generate 83f728c9-55fc-45bb-9b8f-acf8ee3f7fca netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:25:17,017 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:25:17,055 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_ece8ebf1-bda3-480c-959f-c12dbb308cf7.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 64.0, 'rx_msg_size': 8192.0}" | |
| 2017-09-16 07:25:50,232 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:25:18,009 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 64.0, 'rx_msg_size': 8192.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:25:18,028 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 64.0 | |
| recv_msg_size: 8192.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:25:18,042 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:25:18,043 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:25:18,351 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:25:50,047 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:25:50,183 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:25:50,183 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_ece8ebf1-bda3-480c-959f-c12dbb308cf7.out | |
| To generate report execute => yardstick report generate a71c4c13-1791-40b4-a22b-4db5f6299135 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:25:52,233 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:25:52,276 posca_factor_system_bandwidth.py:142 INFO this group of data has reached top output | |
| 2017-09-16 07:25:52,276 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_513a8911-6a86-4beb-a663-04a04868e3ba.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 64.0}" | |
| 2017-09-16 07:26:25,514 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:25:53,195 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 64.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:25:53,213 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 256.0 | |
| recv_msg_size: 64.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:25:53,226 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:25:53,227 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:25:53,483 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:26:25,212 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:26:25,448 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:26:25,448 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_513a8911-6a86-4beb-a663-04a04868e3ba.out | |
| To generate report execute => yardstick report generate af88824c-8655-4f2d-95e3-57d0336f686c netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:26:27,517 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:26:27,616 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_7fdb9d65-a849-4f93-9a7a-a8b8ffa1a15c.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 256.0}" | |
| 2017-09-16 07:27:00,967 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:26:28,554 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 256.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:26:28,572 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 256.0 | |
| recv_msg_size: 256.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:26:28,586 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:26:28,587 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:26:28,898 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:27:00,646 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:27:00,880 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:27:00,880 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_7fdb9d65-a849-4f93-9a7a-a8b8ffa1a15c.out | |
| To generate report execute => yardstick report generate 0a349fd2-19db-466b-9121-0c691ea7c2e8 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:27:02,968 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:27:03,005 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_0295b5c6-2d6f-4e6c-8bed-2ce54d4a6a8e.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 1024.0}" | |
| 2017-09-16 07:27:36,376 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:27:03,886 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 1024.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:27:03,904 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 256.0 | |
| recv_msg_size: 1024.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:27:03,918 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:27:03,919 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:27:04,228 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:27:36,066 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:27:36,301 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:27:36,302 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_0295b5c6-2d6f-4e6c-8bed-2ce54d4a6a8e.out | |
| To generate report execute => yardstick report generate ce290aef-eb7a-4c57-97f3-775bc81b207b netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:27:38,378 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:27:38,440 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_7544489f-616a-4fcd-b2da-19f555940f63.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 4096.0}" | |
| 2017-09-16 07:28:11,567 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:27:39,341 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 4096.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:27:39,359 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 256.0 | |
| recv_msg_size: 4096.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:27:39,373 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:27:39,374 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:27:39,665 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:28:11,383 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:28:11,507 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:28:11,508 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_7544489f-616a-4fcd-b2da-19f555940f63.out | |
| To generate report execute => yardstick report generate d076bf3d-ed5e-4d92-a4e3-458597c7cef2 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:28:13,570 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:28:13,663 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_f88e70a0-9459-4e6d-b5a4-6c292d9fe60e.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 8192.0}" | |
| 2017-09-16 07:28:46,908 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:28:14,598 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 8192.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:28:14,616 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 256.0 | |
| recv_msg_size: 8192.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:28:14,629 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:28:14,631 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:28:14,940 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:28:46,631 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:28:46,867 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:28:46,867 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_f88e70a0-9459-4e6d-b5a4-6c292d9fe60e.out | |
| To generate report execute => yardstick report generate f65985bc-66a6-4896-9e84-481b640aadf8 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:28:48,909 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:28:48,953 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_72f4e09c-de07-4b0b-aab2-44f6aadfb4dc.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 16384.0}" | |
| 2017-09-16 07:29:22,067 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:28:49,889 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 16384.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:28:49,908 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 256.0 | |
| recv_msg_size: 16384.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:28:49,921 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:28:49,923 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:28:50,229 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:29:21,874 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:29:22,009 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:29:22,010 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_72f4e09c-de07-4b0b-aab2-44f6aadfb4dc.out | |
| To generate report execute => yardstick report generate 315206be-9706-4c5f-8dc4-56639023593f netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:29:24,070 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:29:24,115 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_61c4c99a-f4ec-4652-97b2-3b2b5ed4acab.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 32768.0}" | |
| 2017-09-16 07:29:57,259 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:29:25,050 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 32768.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:29:25,081 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 256.0 | |
| recv_msg_size: 32768.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:29:25,099 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:29:25,100 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:29:25,411 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:29:57,073 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:29:57,209 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:29:57,209 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_61c4c99a-f4ec-4652-97b2-3b2b5ed4acab.out | |
| To generate report execute => yardstick report generate bae28edd-83e2-4615-9617-8c3b2e3f5e00 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:29:59,260 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:29:59,306 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_67559fde-7486-4b84-b7b2-ec0ffa4e3fc4.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 65536.0}" | |
| 2017-09-16 07:30:32,477 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:30:00,254 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 256.0, 'rx_msg_size': 65536.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:30:00,272 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 256.0 | |
| recv_msg_size: 65536.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:30:00,287 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:30:00,288 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:30:00,597 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:30:32,269 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:30:32,422 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:30:32,423 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_67559fde-7486-4b84-b7b2-ec0ffa4e3fc4.out | |
| To generate report execute => yardstick report generate e154a9ff-4ffe-4518-950e-6c2a968482a6 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:30:34,480 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:30:34,526 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_3cab67c6-0c72-45fe-ba05-939f8208fc2c.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 64.0}" | |
| 2017-09-16 07:31:07,637 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:30:35,428 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 64.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:30:35,446 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 1024.0 | |
| recv_msg_size: 64.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:30:35,459 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:30:35,460 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:30:35,738 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:31:07,472 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:31:07,599 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:31:07,599 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_3cab67c6-0c72-45fe-ba05-939f8208fc2c.out | |
| To generate report execute => yardstick report generate af327b89-6b66-45eb-9284-976a20845fcf netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:31:09,640 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:31:09,688 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_a676b866-2d3f-4fe0-8447-7791e8da79fa.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 256.0}" | |
| 2017-09-16 07:31:42,938 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:31:10,628 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 256.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:31:10,652 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 1024.0 | |
| recv_msg_size: 256.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:31:10,667 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:31:10,667 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:31:11,010 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:31:42,759 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:31:42,893 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:31:42,893 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_a676b866-2d3f-4fe0-8447-7791e8da79fa.out | |
| To generate report execute => yardstick report generate 9ece8fad-c81b-4d56-af4a-01642ecd2d46 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:31:44,940 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:31:44,991 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_5ad19bea-39c6-42db-aa63-728fa5ae6580.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 1024.0}" | |
| 2017-09-16 07:32:18,098 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:31:45,910 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 1024.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:31:45,931 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 1024.0 | |
| recv_msg_size: 1024.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:31:45,945 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:31:45,947 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:31:46,242 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:32:17,910 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:32:18,048 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:32:18,048 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_5ad19bea-39c6-42db-aa63-728fa5ae6580.out | |
| To generate report execute => yardstick report generate ee2e6e76-0a85-4653-8831-bab593553024 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:32:20,101 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:32:20,146 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_150ed904-7417-4ad0-8e52-be7d8b4b44e5.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 4096.0}" | |
| 2017-09-16 07:32:53,534 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:32:21,095 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 4096.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:32:21,113 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 1024.0 | |
| recv_msg_size: 4096.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:32:21,127 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:32:21,128 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:32:21,474 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:32:53,210 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:32:53,444 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:32:53,444 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_150ed904-7417-4ad0-8e52-be7d8b4b44e5.out | |
| To generate report execute => yardstick report generate 7c833927-b406-404a-8308-fe4047c3a88a netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:32:55,536 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:32:55,578 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_c78f45cf-b8b8-4ea7-854d-af0c839fbb3d.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 8192.0}" | |
| 2017-09-16 07:33:28,975 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:32:56,561 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 8192.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:32:56,579 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 1024.0 | |
| recv_msg_size: 8192.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:32:56,593 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:32:56,594 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:32:56,923 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:33:28,646 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:33:28,908 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:33:28,909 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_c78f45cf-b8b8-4ea7-854d-af0c839fbb3d.out | |
| To generate report execute => yardstick report generate 692c4370-b8bc-49f5-b881-35b7821e8e4e netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:33:30,977 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:33:31,119 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_d17b8843-1985-4bb6-9dc2-1b7fd47b0623.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 16384.0}" | |
| 2017-09-16 07:34:04,234 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:33:32,007 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 1024.0, 'rx_msg_size': 16384.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:33:32,025 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 1024.0 | |
| recv_msg_size: 16384.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:33:32,038 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:33:32,039 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:33:32,330 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:34:04,045 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:34:04,197 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:34:04,197 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_d17b8843-1985-4bb6-9dc2-1b7fd47b0623.out | |
| To generate report execute => yardstick report generate 88341038-75f5-4332-baba-6813593e1fe9 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:34:06,237 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:34:06,280 posca_factor_system_bandwidth.py:142 INFO this group of data has reached top output | |
| 2017-09-16 07:34:06,280 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_bef745a0-838d-4eaa-b5be-ddbc82f69aa2.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 64.0}" | |
| 2017-09-16 07:34:39,530 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:34:07,205 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 64.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:34:07,223 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 4096.0 | |
| recv_msg_size: 64.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:34:07,236 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:34:07,237 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:34:07,505 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:34:39,239 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:34:39,476 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:34:39,476 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_bef745a0-838d-4eaa-b5be-ddbc82f69aa2.out | |
| To generate report execute => yardstick report generate 7fbfb8c5-2706-4b73-bd26-9fcaac5752db netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:34:41,533 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:34:41,585 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_22548c31-7a7b-4bd3-8513-06886fe0cc0b.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 256.0}" | |
| 2017-09-16 07:35:14,856 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:34:42,466 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 256.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:34:42,484 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 4096.0 | |
| recv_msg_size: 256.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:34:42,497 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:34:42,498 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:34:42,806 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:35:14,561 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:35:14,797 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:35:14,798 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_22548c31-7a7b-4bd3-8513-06886fe0cc0b.out | |
| To generate report execute => yardstick report generate 775fff86-0c7e-48c3-96c2-1343194094f6 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:35:16,859 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:35:16,908 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_789a2fce-cf9b-4514-8a2a-d800a236256b.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 1024.0}" | |
| 2017-09-16 07:35:50,076 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:35:17,859 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 1024.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:35:17,878 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 4096.0 | |
| recv_msg_size: 1024.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:35:17,892 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:35:17,893 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:35:18,200 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:35:49,909 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:35:50,037 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:35:50,037 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_789a2fce-cf9b-4514-8a2a-d800a236256b.out | |
| To generate report execute => yardstick report generate e87301ce-3422-4974-8409-b3702d6a1611 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:35:52,080 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:35:52,254 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_61d4a06a-b7a9-4e6a-9962-155211211f05.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 4096.0}" | |
| 2017-09-16 07:36:25,389 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:35:53,134 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 4096.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:35:53,152 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 4096.0 | |
| recv_msg_size: 4096.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:35:53,166 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:35:53,167 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:35:53,461 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:36:25,202 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:36:25,340 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:36:25,340 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_61d4a06a-b7a9-4e6a-9962-155211211f05.out | |
| To generate report execute => yardstick report generate 5fb9ba8a-2bf1-4168-be5f-91d6ad581a28 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:36:27,391 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:36:27,468 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_397c89b5-2af0-4b23-b4b1-783162a62c00.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 8192.0}" | |
| 2017-09-16 07:37:00,738 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:36:28,404 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 8192.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:36:28,422 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 4096.0 | |
| recv_msg_size: 8192.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:36:28,437 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:36:28,438 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:36:28,764 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:37:00,518 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:37:00,671 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:37:00,671 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_397c89b5-2af0-4b23-b4b1-783162a62c00.out | |
| To generate report execute => yardstick report generate 63915777-2aa2-46f3-88ef-e43cdc346014 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:37:02,742 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:37:02,791 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_e41f7c3b-53ca-42fa-a5de-c589c0cd0f76.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 16384.0}" | |
| 2017-09-16 07:37:36,093 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:37:03,747 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 16384.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:37:03,765 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 4096.0 | |
| recv_msg_size: 16384.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:37:03,778 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:37:03,778 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:37:04,085 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:37:35,808 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:37:36,042 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:37:36,042 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_e41f7c3b-53ca-42fa-a5de-c589c0cd0f76.out | |
| To generate report execute => yardstick report generate c0d20b78-5bda-4c17-a269-634b58977c3c netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:37:38,095 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:37:38,190 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_2d5a9ce6-689e-4a87-a507-33900b64bc9f.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 32768.0}" | |
| 2017-09-16 07:38:11,419 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:37:39,094 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 32768.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:37:39,112 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 4096.0 | |
| recv_msg_size: 32768.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:37:39,126 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:37:39,127 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:37:39,406 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:38:11,131 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:38:11,364 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:38:11,364 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_2d5a9ce6-689e-4a87-a507-33900b64bc9f.out | |
| To generate report execute => yardstick report generate 25ad4de9-62b6-4ef3-a6b5-8c07a8774f0b netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:38:13,422 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:38:13,458 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_b01e5585-4634-47d0-bbf3-f04347a60bf7.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 65536.0}" | |
| 2017-09-16 07:38:46,676 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:38:14,390 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 4096.0, 'rx_msg_size': 65536.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:38:14,408 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 4096.0 | |
| recv_msg_size: 65536.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:38:14,422 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:38:14,423 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:38:14,768 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:38:46,486 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:38:46,622 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:38:46,622 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_b01e5585-4634-47d0-bbf3-f04347a60bf7.out | |
| To generate report execute => yardstick report generate 9e42e441-66e0-4c34-be51-831df5c3013d netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:38:48,679 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:38:48,722 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_1a2c0d7f-ceee-42be-9a47-7fdf814cdd1b.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 64.0}" | |
| 2017-09-16 07:39:22,173 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:38:49,695 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 64.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:38:49,713 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 8192.0 | |
| recv_msg_size: 64.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:38:49,726 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:38:49,727 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:38:50,018 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:39:21,883 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:39:22,119 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:39:22,120 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_1a2c0d7f-ceee-42be-9a47-7fdf814cdd1b.out | |
| To generate report execute => yardstick report generate 89c27846-7c4b-42a4-8a83-4e28469c50f0 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:39:24,175 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:39:24,224 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_17b417a4-8119-4dad-875e-bcf3e6001928.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 256.0}" | |
| 2017-09-16 07:39:57,533 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:39:25,195 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 256.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:39:25,218 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 8192.0 | |
| recv_msg_size: 256.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:39:25,232 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:39:25,233 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:39:25,503 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:39:57,243 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:39:57,477 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:39:57,477 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_17b417a4-8119-4dad-875e-bcf3e6001928.out | |
| To generate report execute => yardstick report generate 6e125632-1dc9-4438-8584-553b7dedb9d8 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:39:59,536 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:39:59,648 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_7a5a94fa-6362-4bc5-ae2f-48d015ee5098.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 1024.0}" | |
| 2017-09-16 07:40:32,782 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:40:00,530 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 1024.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:40:00,548 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 8192.0 | |
| recv_msg_size: 1024.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:40:00,561 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:40:00,562 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:40:00,867 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:40:32,596 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:40:32,730 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:40:32,730 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_7a5a94fa-6362-4bc5-ae2f-48d015ee5098.out | |
| To generate report execute => yardstick report generate 6d10d965-47c7-4eec-8c45-03d3c434f1f0 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:40:34,784 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:40:34,870 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_120791f0-a5ba-45a9-870a-faddc6dd783d.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 4096.0}" | |
| 2017-09-16 07:41:08,016 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:40:35,797 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 4096.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:40:35,815 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 8192.0 | |
| recv_msg_size: 4096.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:40:35,828 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:40:35,829 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:40:36,170 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:41:07,843 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:41:07,972 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:41:07,972 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_120791f0-a5ba-45a9-870a-faddc6dd783d.out | |
| To generate report execute => yardstick report generate 3db604c9-7a68-4047-973d-7df205160812 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:41:10,020 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:41:10,066 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_dcdb65a6-c499-4437-b294-bdc6f3a3c8ba.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 8192.0}" | |
| 2017-09-16 07:41:43,415 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:41:10,969 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 8192.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:41:10,987 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 8192.0 | |
| recv_msg_size: 8192.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:41:11,005 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:41:11,006 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:41:11,348 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:41:43,116 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:41:43,352 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:41:43,353 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_dcdb65a6-c499-4437-b294-bdc6f3a3c8ba.out | |
| To generate report execute => yardstick report generate a64304c6-8e63-494e-9283-35a46177f70f netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:41:45,418 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:41:45,460 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_4050eab0-b2b9-4c83-b185-8ad93e5eff9b.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 16384.0}" | |
| 2017-09-16 07:42:18,735 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:41:46,433 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 16384.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:41:46,463 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 8192.0 | |
| recv_msg_size: 16384.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:41:46,480 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:41:46,481 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:41:46,791 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:42:18,547 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:42:18,698 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:42:18,698 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_4050eab0-b2b9-4c83-b185-8ad93e5eff9b.out | |
| To generate report execute => yardstick report generate 08e01cbb-93be-42bf-bf32-1c451276df5f netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:42:20,738 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:42:20,800 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_76a0eaba-65d0-4c02-9e7a-937a3ffbba1c.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 32768.0}" | |
| 2017-09-16 07:42:54,132 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:42:21,717 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 32768.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:42:21,735 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 8192.0 | |
| recv_msg_size: 32768.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:42:21,748 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:42:21,749 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:42:22,095 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:42:53,830 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:42:54,067 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:42:54,068 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_76a0eaba-65d0-4c02-9e7a-937a3ffbba1c.out | |
| To generate report execute => yardstick report generate ea1aee95-1e04-48de-918b-d9a28ce49301 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:42:56,135 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:42:56,170 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_cbcedea5-c676-4c7e-abc8-70654180a1be.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 65536.0}" | |
| 2017-09-16 07:43:29,336 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:42:57,089 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 8192.0, 'rx_msg_size': 65536.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:42:57,112 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 8192.0 | |
| recv_msg_size: 65536.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:42:57,132 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:42:57,133 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:42:57,439 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:43:29,129 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:43:29,283 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:43:29,284 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_cbcedea5-c676-4c7e-abc8-70654180a1be.out | |
| To generate report execute => yardstick report generate 66d045f0-5b42-4cfd-b5e9-45ada257470f netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:43:31,340 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:43:31,427 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_e6449f5f-ca57-402a-b901-9588044b47d8.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 64.0}" | |
| 2017-09-16 07:44:04,626 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:43:32,331 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 64.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:43:32,350 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 16384.0 | |
| recv_msg_size: 64.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:43:32,364 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:43:32,365 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:43:32,673 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:44:03,443 yardstick.benchmark.runners.iteration iteration.py:78 WARNING SLA validation failed: ('mean_latency 135.290000 > sla_max_mean_latency(100.000000); ',) | |
| 2017-09-16 07:44:04,445 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:44:04,583 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:44:04,583 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_e6449f5f-ca57-402a-b901-9588044b47d8.out | |
| To generate report execute => yardstick report generate 1178d137-3af9-47c6-a553-6b406f20e105 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:44:06,627 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:44:06,664 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_e997c0b3-d979-401d-90ae-aeabed182532.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 256.0}" | |
| 2017-09-16 07:44:39,797 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:44:07,506 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 256.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:44:07,524 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 16384.0 | |
| recv_msg_size: 256.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:44:07,538 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:44:07,539 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:44:07,845 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:44:39,613 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:44:39,748 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:44:39,749 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_e997c0b3-d979-401d-90ae-aeabed182532.out | |
| To generate report execute => yardstick report generate 8f62bce2-2a19-4343-9c1d-702feabdd2e5 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:44:41,800 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:44:41,868 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_74897078-6965-4405-b015-c1146eaff402.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 1024.0}" | |
| 2017-09-16 07:45:15,180 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:44:42,779 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 1024.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:44:42,797 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 16384.0 | |
| recv_msg_size: 1024.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:44:42,811 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:44:42,812 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:44:43,118 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:45:14,887 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:45:15,123 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:45:15,124 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_74897078-6965-4405-b015-c1146eaff402.out | |
| To generate report execute => yardstick report generate 4c795305-d5dc-4a95-aecd-3fc2ff1bd332 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:45:17,182 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:45:17,233 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_0bd45814-14c2-45f6-833b-9f58a1ed5df2.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 4096.0}" | |
| 2017-09-16 07:45:50,446 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:45:18,163 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 4096.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:45:18,182 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 16384.0 | |
| recv_msg_size: 4096.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:45:18,195 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:45:18,196 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:45:18,507 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:45:50,224 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:45:50,379 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:45:50,380 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_0bd45814-14c2-45f6-833b-9f58a1ed5df2.out | |
| To generate report execute => yardstick report generate 9fd62b5f-5b23-47d6-9e26-e09214fbb070 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:45:52,447 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:45:52,561 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_dea2be07-7eda-41fd-9e80-4cdac93e201a.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 8192.0}" | |
| 2017-09-16 07:46:25,894 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:45:53,445 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 8192.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:45:53,464 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 16384.0 | |
| recv_msg_size: 8192.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:45:53,484 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:45:53,485 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:45:53,795 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:46:25,605 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:46:25,842 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:46:25,843 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_dea2be07-7eda-41fd-9e80-4cdac93e201a.out | |
| To generate report execute => yardstick report generate 3ff32c2e-f7f5-429b-ab3a-6ed52cde4b5a netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:46:27,895 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:46:27,967 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_32e52cad-4f71-49e6-a346-25539e2ab6e6.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 16384.0}" | |
| 2017-09-16 07:47:01,176 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:46:28,870 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 16384.0, 'rx_msg_size': 16384.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:46:28,888 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 16384.0 | |
| recv_msg_size: 16384.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:46:28,902 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:46:28,904 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:46:29,244 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:47:00,995 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:47:01,131 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:47:01,132 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_32e52cad-4f71-49e6-a346-25539e2ab6e6.out | |
| To generate report execute => yardstick report generate b2c3b225-c7e7-46bf-9f48-8235826c8e0e netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:47:03,179 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:47:03,210 posca_factor_system_bandwidth.py:142 INFO this group of data has reached top output | |
| 2017-09-16 07:47:03,210 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_1adaa428-03f5-49ff-aa27-f5db5b664431.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 64.0}" | |
| 2017-09-16 07:47:36,523 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:47:04,125 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 64.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:47:04,143 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 32768.0 | |
| recv_msg_size: 64.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:47:04,184 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:47:04,185 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:47:04,491 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:47:35,343 yardstick.benchmark.runners.iteration iteration.py:78 WARNING SLA validation failed: ('mean_latency 267.380000 > sla_max_mean_latency(100.000000); ',) | |
| 2017-09-16 07:47:36,345 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:47:36,479 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:47:36,480 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_1adaa428-03f5-49ff-aa27-f5db5b664431.out | |
| To generate report execute => yardstick report generate 697efe4b-d187-4849-a252-9b42c6ac64ee netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:47:38,526 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:47:38,569 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_0230e7c8-ebf0-4e10-8807-70739d3f8abf.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 256.0}" | |
| 2017-09-16 07:48:11,811 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:47:39,476 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 256.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:47:39,500 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 32768.0 | |
| recv_msg_size: 256.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:47:39,515 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:47:39,516 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:47:39,811 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:48:11,519 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:48:11,757 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:48:11,758 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_0230e7c8-ebf0-4e10-8807-70739d3f8abf.out | |
| To generate report execute => yardstick report generate c17879fc-d616-45e7-8433-eec91d879751 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:48:13,812 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:48:13,909 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_82c4ab59-acfb-4f02-9d94-53e15ab213d8.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 1024.0}" | |
| 2017-09-16 07:48:47,371 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:48:14,896 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 1024.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:48:14,914 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 32768.0 | |
| recv_msg_size: 1024.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:48:14,928 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:48:14,929 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:48:15,236 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:48:47,080 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:48:47,316 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:48:47,316 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_82c4ab59-acfb-4f02-9d94-53e15ab213d8.out | |
| To generate report execute => yardstick report generate a9d67304-5b2c-4708-bd44-a3b08833e9a7 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:48:49,372 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:48:49,448 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_a354f836-a0d3-4835-97ff-b1063abf1bc4.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 4096.0}" | |
| 2017-09-16 07:49:22,563 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:48:50,354 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 4096.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:48:50,372 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 32768.0 | |
| recv_msg_size: 4096.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:48:50,386 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:48:50,387 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:48:50,696 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:49:22,388 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:49:22,523 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:49:22,523 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_a354f836-a0d3-4835-97ff-b1063abf1bc4.out | |
| To generate report execute => yardstick report generate 320b2337-eceb-4880-a684-3ceb5615ccd8 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:49:24,564 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:49:24,614 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_86563ac3-19cb-4467-b3c9-30640b0b4126.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 8192.0}" | |
| 2017-09-16 07:49:57,678 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:49:25,506 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 8192.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:49:25,525 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 32768.0 | |
| recv_msg_size: 8192.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:49:25,538 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:49:25,539 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:49:25,844 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:49:57,490 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:49:57,628 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:49:57,629 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_86563ac3-19cb-4467-b3c9-30640b0b4126.out | |
| To generate report execute => yardstick report generate ad1d2ba8-7588-4b96-8b60-d4d9a02f247a netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:49:59,682 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:49:59,720 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_b189371d-3ef9-42e0-85fa-b6fab57268aa.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 16384.0}" | |
| 2017-09-16 07:50:32,855 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:50:00,663 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 32768.0, 'rx_msg_size': 16384.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:50:00,681 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 32768.0 | |
| recv_msg_size: 16384.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:50:00,696 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:50:00,698 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:50:01,004 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:50:32,656 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:50:32,810 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:50:32,810 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_b189371d-3ef9-42e0-85fa-b6fab57268aa.out | |
| To generate report execute => yardstick report generate a66c35d5-638b-4ba1-9ccf-576149788fab netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:50:34,900 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:50:34,960 posca_factor_system_bandwidth.py:142 INFO this group of data has reached top output | |
| 2017-09-16 07:50:34,961 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_b5f46ec6-4b15-4bb4-9fbf-50f0e2224a3f.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 65536.0, 'rx_msg_size': 64.0}" | |
| 2017-09-16 07:51:08,184 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:50:35,920 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 65536.0, 'rx_msg_size': 64.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:50:35,940 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 65536.0 | |
| recv_msg_size: 64.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:50:35,955 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:50:35,956 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:50:36,262 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:51:07,000 yardstick.benchmark.runners.iteration iteration.py:78 WARNING SLA validation failed: ('mean_latency 541.960000 > sla_max_mean_latency(100.000000); ',) | |
| 2017-09-16 07:51:08,002 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:51:08,136 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:51:08,137 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_b5f46ec6-4b15-4bb4-9fbf-50f0e2224a3f.out | |
| To generate report execute => yardstick report generate 795060df-902a-4cea-9820-14cf8a5ee170 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:51:10,185 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:51:10,287 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_e376e2b1-b14e-4052-a43d-c3c389ae9fe3.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 65536.0, 'rx_msg_size': 256.0}" | |
| 2017-09-16 07:51:43,406 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:51:11,155 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 65536.0, 'rx_msg_size': 256.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:51:11,174 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 65536.0 | |
| recv_msg_size: 256.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:51:11,192 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:51:11,193 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:51:11,500 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:51:42,222 yardstick.benchmark.runners.iteration iteration.py:78 WARNING SLA validation failed: ('mean_latency 155.380000 > sla_max_mean_latency(100.000000); ',) | |
| 2017-09-16 07:51:43,224 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:51:43,358 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:51:43,358 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_e376e2b1-b14e-4052-a43d-c3c389ae9fe3.out | |
| To generate report execute => yardstick report generate f90d572a-aa9d-4157-842a-6fddf5c0983e netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:51:45,409 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:51:45,454 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_51a46aee-4605-45d9-9bcb-d30138f86374.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 65536.0, 'rx_msg_size': 1024.0}" | |
| 2017-09-16 07:52:18,625 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:51:46,374 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 65536.0, 'rx_msg_size': 1024.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:51:46,392 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 65536.0 | |
| recv_msg_size: 1024.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:51:46,404 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:51:46,406 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:51:46,731 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:52:18,445 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:52:18,568 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:52:18,569 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_51a46aee-4605-45d9-9bcb-d30138f86374.out | |
| To generate report execute => yardstick report generate ba88a5e8-c5c6-43e2-a629-9aa1cdb29b76 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:52:20,626 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:52:20,668 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_524ad3be-ca1e-4f7d-be90-e1edd96abcb4.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 65536.0, 'rx_msg_size': 4096.0}" | |
| 2017-09-16 07:52:54,049 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:52:21,627 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 65536.0, 'rx_msg_size': 4096.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:52:21,646 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 65536.0 | |
| recv_msg_size: 4096.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:52:21,659 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:52:21,659 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:52:21,990 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:52:53,748 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:52:53,983 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:52:53,983 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_524ad3be-ca1e-4f7d-be90-e1edd96abcb4.out | |
| To generate report execute => yardstick report generate ac02a5af-33e5-4bc9-810d-6428e65baa70 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:52:56,052 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:52:56,099 posca_factor_system_bandwidth.py:65 INFO yardstick test cmd is: yardstick task start /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml --output-file /tmp/yardstick_ebadae2c-c29c-4c87-90c6-521bb73ca5c6.out --task-args "{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 65536.0, 'rx_msg_size': 8192.0}" | |
| 2017-09-16 07:53:29,294 posca_factor_system_bandwidth.py:74 INFO 2017-09-16 07:52:56,976 yardstick.benchmark.core.task task.py:72 INFO | |
| task_files:['/home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml'], | |
| task_args:["{'pod_info': '/tmp/pod.yaml', 'test_time': 20, 'tx_msg_size': 65536.0, 'rx_msg_size': 8192.0}"], | |
| task_args_fnames:[None] | |
| 2017-09-16 07:52:56,994 yardstick.benchmark.contexts.node node.py:46 INFO Parsing pod file: /tmp/pod.yaml | |
| Parsing task config: /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml | |
| 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 | |
| ############################################################################## | |
| --- | |
| # measure network latency and throughput using netperf | |
| # This test case is suite for bottlenecks project. | |
| # This test case is from TC073 | |
| # we have did some parameters support | |
| schema: "yardstick:task:0.1" | |
| scenarios: | |
| - | |
| type: NetperfNode | |
| options: | |
| testname: 'TCP_STREAM' | |
| send_msg_size: 65536.0 | |
| recv_msg_size: 8192.0 | |
| duration: 20 | |
| output_opt: THROUGHPUT,THROUGHPUT_UNITS,MEAN_LATENCY,LOCAL_CPU_UTIL,REMOTE_CPU_UTIL,LOCAL_TRANSPORT_RETRANS | |
| host: node1.LF | |
| target: node2.LF | |
| runner: | |
| type: Iteration | |
| iterations: 1 | |
| interval: 1 | |
| run_step: 'setup,run' | |
| sla: | |
| mean_latency: 100 | |
| action: monitor | |
| context: | |
| type: Node | |
| name: LF | |
| file: /tmp/pod.yaml | |
| Starting runner of type 'Iteration' | |
| 2017-09-16 07:52:57,007 yardstick.benchmark.runners.iteration iteration.py:44 INFO worker START, iterations 1 times, class <class 'yardstick.benchmark.scenarios.networking.netperf_node.NetperfNode'> | |
| 2017-09-16 07:52:57,008 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:73 INFO user:root, target:10.1.0.51 | |
| 2017-09-16 07:52:57,314 yardstick.benchmark.scenarios.networking.netperf_node netperf_node.py:77 INFO user:root, host:10.1.0.50 | |
| 2017-09-16 07:53:29,021 yardstick.benchmark.runners.iteration iteration.py:106 INFO worker END | |
| 2017-09-16 07:53:29,254 yardstick.benchmark.core.task task.py:104 INFO task /home/opnfv/repos/yardstick/samples/netperf_bottlenecks.yaml finished in 32 secs | |
| 2017-09-16 07:53:29,254 yardstick.benchmark.core.task task.py:108 INFO total finished in 32 secs | |
| Runner ended, output in /tmp/yardstick_ebadae2c-c29c-4c87-90c6-521bb73ca5c6.out | |
| To generate report execute => yardstick report generate 51c9371f-cefd-47ae-b0a6-4be1a41300a3 netperf_bottlenecks | |
| Done, exiting | |
| 2017-09-16 07:53:31,296 posca_factor_system_bandwidth.py:82 INFO yardstick run success | |
| 2017-09-16 07:53:31,444 posca_factor_system_bandwidth.py:142 INFO this group of data has reached top output | |
| 2017-09-16 07:53:31,444 posca_factor_system_bandwidth.py:149 INFO The performance increases slowly | |
| 2017-09-16 07:53:31,444 posca_factor_system_bandwidth.py:153 INFO Find bottlenecks of this config | |
| 2017-09-16 07:53:31,445 posca_factor_system_bandwidth.py:154 INFO The max data is 17811 | |
| 2017-09-16 07:53:31,445 run_testsuite.py:112 INFO End of posca_factor_system_bandwidth testcase in POSCA testsuite | |
| Testing results have not been sent to the target DB. | |
| (venv) root@ubuntu:/home/opnfv/bottlenecks# | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment