2019-12-04 16:54:59,351 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+---------------------------------------------------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+---------------------------------------------------------------------------------------------------+ | TEST_DB_EXT_URL | http://testresults.opnfv.org/test/api/v1/results | | S3_DST_URL | s3://artifacts.opnfv.org/airship/airship-opnfv-functest-benchmarking-latest-vmtp-run-46 | | S3_ENDPOINT_URL | https://storage.googleapis.com | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | BUILD_TAG | 35GSYFKJMWYV | | DEBUG | true | | INSTALLER_TYPE | airship | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | HTTP_DST_URL | http://artifacts.opnfv.org/airship/airship-opnfv-functest-benchmarking-latest-vmtp-run-46 | | NODE_NAME | intel-pod17 | +-------------------------+---------------------------------------------------------------------------------------------------+ 2019-12-04 16:54:59,355 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file export OS_AUTH_URL=http://identity-airship.intel-pod17.opnfv.org:80/v3 export OS_USER_DOMAIN_NAME=default export OS_PROJECT_DOMAIN_NAME=default export OS_USERNAME=admin export OS_PROJECT_NAME=admin export OS_PASSWORD=password123 export OS_IDENTITY_API_VERSION=3 export OS_INTERFACE=public export OS_REGION_NAME=intel-pod17 2019-12-04 16:54:59,355 - xtesting.ci.run_tests - DEBUG - Test args: vmtp 2019-12-04 16:54:59,365 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2019-12-04 16:55:00,164 - functest.core.tenantnetwork - DEBUG - password: ]LDorqZ-wajH}t+m| # Property values in that config file will override the default values in the current file # --- # Name of the image to use for launching the test VMs. This name must be # the exact same name used in OpenStack (as shown from 'nova image-list') # Any image running Linux should work (Fedora, Ubuntu, CentOS...) image_name: 'Ubuntu Server 14.04' #image_name: 'Fedora 21' # User name to use to ssh to the test VMs # This is specific to the image being used ssh_vm_username: 'ubuntu' #ssh_vm_username: fedora # Flavor name to use for all VMs created by VMTP. # If this flavor is unspecified, flavor name will be set to default name "vmtp". # If this flavor exists it will be re-used as-is by VMTP. # Otherwise, a flavor with attributes specified in flavor property will be created. flavor_type: 'vmtp' # Custom flavor attributes # This flavor attributes is used to create a new flavor # if flavor_type is unspecified or doesn't exist in openstack. # Any created flavor will be deleted after vmtp ends. flavor: # Number of vCPUs for the flavor vcpus: 1 # Memory for the flavor in MB ram: 2048 # Size of local disk in GB disk: 0 # metadata are supported and can be added if needed, optional # extra_specs: # "hw:cpu_policy": dedicated # "hw:mem_page_size": 2048 # Name of the availability zone to use for the test VMs # Must be one of the zones listed by 'nova availability-zone-list' # If the zone selected contains more than 1 compute node, the script # will determine inter-node and intra-node throughput. If it contains only # 1 compute node, only intra-node troughput will be measured. # If empty (default), VMTP will automatically pick the first 2 hosts # that are compute nodes regardless of the availability zone #availability_zone: 'nova' availability_zone: # DNS server IP addresses to use for the VM (list of 1 or more DNS servers) # This default DNS server is available on the Internet, # Change this to use a different DNS server if necessary, dns_nameservers: [ '8.8.8.8' ] # VMTP can automatically download a VM image if the image named by # image_name is missing, for that you need to specify a URL where # the image can be retrieved # # A link to a Ubuntu Server 14.04 qcow2 image can be used here: # https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img # # To upload the image as a file, prepend it with file:// like below # file:// vm_image_url: '' # ----------------------------------------------------------------------------- # These variables are not likely to be changed # Set this variable to a network name if you want the script to reuse # a specific existing external network. If empty, the script will reuse the # first external network it can find (the cloud must have at least 1 # external network defined and available for use) # # NOTE: When set, router and floating ip creation will be ignored, and the # existing management network will be used for tests. This is used for runnig # VMTP on a provider network. reuse_network_name: # Use of the script for special deployments floating_ip: True # Set this to an existing VM name if the script should not create new VM # and reuse existing VM reuse_existing_vm: # Set config drive to true to bypass metadata service and use config drive # An option of config_drive to True is provided to nova boot to enable this config_drive: # The location of the user_data file, which will be passed to every instance # when booting. user_data_file: # ipv6 mode. Set this to one of the following 3 modes # slaac : VM obtains IPV6 address from Openstack radvd using SLAAC # dhcpv6-stateful : VM obtains ipv6 address from dnsmasq using DHCPv6 stateful # dhcpv6-stateless : VM obtains ipv6 address from Openstack radvd using SLAAC and options from dnsmasq # If left blank use ipv4 ipv6_mode: # Default name for the router to use to connect the internal mgmt network # with the external network. If a router exists with this name it will be # reused, otherwise a new router will be created router_name: 'pns-router' # Defaul names for the internal networks used by the # script. If an existing network with this name exists it will be reused. # Otherwise a new internal network will be created with that name. # 2 networks are needed to test the case of network to network communication internal_network_name: ['pns-internal-net', 'pns-internal-net2'] # Name of the subnets associated to the internal mgmt network internal_subnet_name: ['pns-internal-subnet', 'pns-internal-subnet2'] # Name of the subnets for ipv6 internal_subnet_name_v6: ['pns-internal-v6-subnet','pns-internal-v6-subnet2'] # Default CIDRs to use for the internal mgmt subnet internal_cidr: ['192.168.1.0/24' , '192.168.2.0/24'] # Default CIDRs to use for data network for ipv6 internal_cidr_v6: ['2001:45::/64','2001:46::/64'] # The public and private keys to use to ssh to all targets (VMs, containers, hosts) # By default the SSH library will try several methods to authenticate: # - password if provided on the command line # - user's own key pair (under the home directory $HOME) if already setup # - the below key pair if not empty # If you want to use a specific key pair, specify the key pair files here. # This can be a pathname that is absolute or relative to the current directory public_key_file: private_key_file: # Name of the P&S public key in OpenStack to create for all test VMs public_key_name: 'pns_public_key' # name of the server VM vm_name_server: 'TestServer' # name of the client VM vm_name_client: 'TestClient' # name of the security group to create and use security_group_name: 'pns-security' # ping variables ping_count: 2 ping_pass_threshold: 80 # Max retry count for ssh to a VM (5 seconds between retries) ssh_retry_count: 50 # General retry count generic_retry_count: 50 # Times to run when measuring TCP Throughput tcp_tp_loop_count: 3 # TCP throughput list of packet sizes to measure # Can be overridden at the command line using --tcpbuf tcp_pkt_sizes: [65536] # UDP throughput list of packet sizes to measure # By default we measure for small, medium and large packets # Can be overridden at the command line using --udpbuf udp_pkt_sizes: [128, 1024, 8192] # List of packet sizes to measure with ping # By default we measure for 64 (small), 391 (IMIX average) and 1500 (large) icmp_pkt_sizes: [64, 391, 1500] # UDP packet loss rate threshold in percentage beyond which bandwidth # iterations stop and below which iteration with a higher # bandwidth continues # The first number is the minimal loss rate (inclusive) # The second number is the maximum loss rate (inclusive) # Iteration to find the "optimal" bandwidth will stop as soon as the loss rate # falls within that range: min <= loss_rate <= max # The final throughput measurement may return a loss rate out of this range # as that measurement is taken on a longer time than when iterating to find # the optimal throughput udp_loss_rate_range: [2, 5] # The default bandwidth limit (in Kbps) for TCP/UDP flow measurement # 0 means unlimited, which can be overridden at the command line using --bandwidth vm_bandwidth: 0 # Internal network name for OpenStack to hold data plane traffic os_dataplane_network: 'physnet1' ####################################### # VMTP MongoDB Connection information ####################################### ######################################## # Default MongoDB port is 27017, to override #vmtp_mongod_port: ######################################## # MongoDB pns database. # use "official_db" for official runs only. ######################################## vmtp_db: "client_db" ######################################## # MongoDB collection name. ######################################## vmtp_collection: "pns_web_entry" # When enabled, all logs will be sent to a fluentd server at the requested IP and port # The fluentd "tag" and "label" fields for every message will be set to "nfvbench" fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the # log records logging_tag: # IP address of the server, defaults to loopback ip: 127.0.0.1 # port # to use, by default, use the default fluentd forward port port: 24224 2019-12-04 17:35:43,907 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp', '-d', '--json', '/home/opnfv/functest/results/vmtp/vmtp.json', '-c', '/home/opnfv/functest/results/vmtp/vmtp.conf'] 2019-12-04 16:55:17,393 INFO Using http://identity-airship.intel-pod17.opnfv.org:80/v3 2019-12-04 16:55:17,394 INFO VM public key: /tmp/tmpWTrQxL 2019-12-04 16:55:17,394 INFO VM private key: /tmp/tmp9WyVkh 2019-12-04 16:55:18,074 INFO Found image vmtp-img_7029452f-d801-4134-bdda-ca947b0b15e2 to launch VM, will continue 2019-12-04 16:55:18,756 INFO Using external router: vmtp-router_7029452f-d801-4134-bdda-ca947b0b15e2 2019-12-04 16:55:18,757 INFO Using external network: public. 2019-12-04 16:55:19,760 INFO Created internal network: pns-internal-net_7029452f-d801-4134-bdda-ca947b0b15e2. 2019-12-04 16:55:20,540 INFO Created internal network: pns-internal-net2_7029452f-d801-4134-bdda-ca947b0b15e2. 2019-12-04 16:55:23,024 DEBUG Ext router associated to pns-internal-net_7029452f-d801-4134-bdda-ca947b0b15e2 2019-12-04 16:55:25,352 DEBUG Ext router associated to pns-internal-net2_7029452f-d801-4134-bdda-ca947b0b15e2 2019-12-04 16:55:25,644 INFO OpenStack agent: Open vSwitch agent 2019-12-04 16:55:25,644 INFO OpenStack network type: vxlan 2019-12-04 16:55:26,907 INFO [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] Creating server VM... 2019-12-04 16:55:26,908 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] Starting on zone nova:pod17-node4 2019-12-04 16:55:28,371 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 1 of 150... 2019-12-04 16:55:30,804 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 2 of 150... 2019-12-04 16:55:33,400 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 3 of 150... 2019-12-04 16:55:35,919 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 4 of 150... 2019-12-04 16:55:38,292 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 5 of 150... 2019-12-04 16:55:40,673 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 6 of 150... 2019-12-04 16:55:43,043 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 7 of 150... 2019-12-04 16:55:45,389 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 8 of 150... 2019-12-04 16:55:50,196 INFO [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] Internal network IP: 192.168.1.12 2019-12-04 16:55:50,196 INFO [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] SSH IP: 10.10.175.32 2019-12-04 16:55:50,196 INFO [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] Setup SSH for ubuntu@10.10.175.32 2019-12-04 16:57:12,817 INFO [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] Installing nuttcp-8.1.4... 2019-12-04 16:57:12,865 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] Copying nuttcp-8.1.4 to target... 2019-12-04 16:57:13,156 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] Starting nuttcp-8.1.4 server... 2019-12-04 16:57:13,204 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] 2019-12-04 16:57:13,255 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Creating client VM... 2019-12-04 16:57:13,255 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Starting on zone nova:pod17-node4 2019-12-04 16:57:14,332 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 1 of 150... 2019-12-04 16:57:16,701 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 2 of 150... 2019-12-04 16:57:19,113 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 3 of 150... 2019-12-04 16:57:21,503 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 4 of 150... 2019-12-04 16:57:24,086 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 5 of 150... 2019-12-04 16:57:26,475 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] VM status=BUILD, retrying 6 of 150... 2019-12-04 16:57:31,344 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Internal network IP: 192.168.1.6 2019-12-04 16:57:31,345 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] SSH IP: 10.10.175.37 2019-12-04 16:57:31,345 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Setup SSH for ubuntu@10.10.175.37 2019-12-04 16:58:53,349 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Installing nuttcp-8.1.4... 2019-12-04 16:58:53,423 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Copying nuttcp-8.1.4 to target... 2019-12-04 16:58:53,618 INFO ============================================================ 2019-12-04 16:58:53,618 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2019-12-04 16:59:02,696 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=1.14 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.417 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.373 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.517 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.410 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.440 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.409 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.486 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.414 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.485 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.373/0.509/1.146/0.217 ms 2019-12-04 16:59:11,772 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=0.327 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.418 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.490 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.398 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.469 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.487 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.330 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.450 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.392 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.428 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.327/0.418/0.490/0.061 ms 2019-12-04 16:59:20,820 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=64 time=1.17 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=64 time=0.538 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=64 time=0.524 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=64 time=0.566 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=64 time=0.549 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=64 time=0.536 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=64 time=0.643 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=64 time=0.508 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=64 time=0.571 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=64 time=0.430 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.430/0.603/1.173/0.198 ms 2019-12-04 16:59:20,821 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Measuring TCP Throughput (packet size=65536)... 2019-12-04 16:59:20,822 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 16:59:30,950 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=5428.4412 real_seconds=10.00 rate_Mbps=4551.7416 tx_cpu=23 rx_cpu=25 retrans=0 cwnd=3137 rtt_ms=0.59 2019-12-04 16:59:30,953 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 16:59:41,057 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=6208.5803 real_seconds=10.00 rate_Mbps=5206.1953 tx_cpu=12 rx_cpu=24 retrans=0 cwnd=3137 rtt_ms=0.25 2019-12-04 16:59:41,058 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 16:59:51,189 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=6221.0134 real_seconds=10.01 rate_Mbps=5215.9370 tx_cpu=12 rx_cpu=25 retrans=0 cwnd=2744 rtt_ms=0.33 2019-12-04 16:59:51,189 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Measuring UDP Throughput (packet size=128)... 2019-12-04 16:59:51,190 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 16:59:54,523 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=4.5795 real_seconds=1.01 rate_Mbps=38.1987 tx_cpu=4 rx_cpu=8 drop=1842 pkt=39357 data_loss=4.67914 2019-12-04 16:59:54,524 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=128 throughput=1<39115/5000000<10000000 Kbps loss-rate=4 2019-12-04 16:59:54,525 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R117345K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 16:59:57,858 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=3.9236 real_seconds=1.00 rate_Mbps=32.8183 tx_cpu=4 rx_cpu=9 drop=817 pkt=32959 data_loss=2.47807 2019-12-04 16:59:57,858 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=128 throughput=1<33605/117345<117345 Kbps loss-rate=2 2019-12-04 16:59:57,858 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R75475K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:01,219 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=4.0684 real_seconds=1.01 rate_Mbps=33.9338 tx_cpu=5 rx_cpu=9 drop=719 pkt=34048 data_loss=2.11251 2019-12-04 17:00:01,219 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=128 throughput=1<34748/75475<75475 Kbps loss-rate=2 2019-12-04 17:00:01,220 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R55111K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:04,555 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=3.9487 real_seconds=1.00 rate_Mbps=33.0667 tx_cpu=4 rx_cpu=9 drop=1340 pkt=33688 data_loss=3.97831 2019-12-04 17:00:04,555 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=128 throughput=1<33860/55111<55111 Kbps loss-rate=3 2019-12-04 17:00:04,556 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R44485K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:07,916 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=4.0275 real_seconds=1.00 rate_Mbps=33.7073 tx_cpu=5 rx_cpu=9 drop=681 pkt=33674 data_loss=2.02160 2019-12-04 17:00:07,916 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=128 throughput=1<34516/44485<44485 Kbps loss-rate=2 2019-12-04 17:00:07,917 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R39500K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:11,278 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=4.1361 real_seconds=1.00 rate_Mbps=34.5477 tx_cpu=6 rx_cpu=10 drop=570 pkt=34453 data_loss=1.65490 2019-12-04 17:00:11,278 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=128 throughput=1<35376/39500<39500 Kbps loss-rate=1 2019-12-04 17:00:11,278 DEBUG undershot, min=35376 kbps=37438 max=39500 2019-12-04 17:00:11,279 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R37438K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:14,635 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=4.0896 real_seconds=1.00 rate_Mbps=34.2226 tx_cpu=4 rx_cpu=9 drop=1309 pkt=34811 data_loss=3.76053 2019-12-04 17:00:14,636 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=128 throughput=35376<35043/37438<39500 Kbps loss-rate=3 2019-12-04 17:00:14,636 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Measuring UDP Throughput (packet size=1024)... 2019-12-04 17:00:14,637 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:17,995 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=32.2881 real_seconds=1.00 rate_Mbps=270.3263 tx_cpu=5 rx_cpu=9 drop=1099 pkt=34162 data_loss=3.21690 2019-12-04 17:00:17,995 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=1024 throughput=1<276814/5000000<10000000 Kbps loss-rate=3 2019-12-04 17:00:17,995 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R830442K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:21,332 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=32.1973 real_seconds=1.00 rate_Mbps=270.6028 tx_cpu=5 rx_cpu=9 drop=655 pkt=33625 data_loss=1.94781 2019-12-04 17:00:21,332 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=1024 throughput=1<277097/830442<830442 Kbps loss-rate=1 2019-12-04 17:00:21,333 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R553769K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:24,698 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=27.5752 real_seconds=1.01 rate_Mbps=228.4462 tx_cpu=5 rx_cpu=8 drop=685 pkt=28922 data_loss=2.36828 2019-12-04 17:00:24,698 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=1024 throughput=1<233928/553769<553769 Kbps loss-rate=2 2019-12-04 17:00:24,699 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R393848K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:28,056 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=30.8633 real_seconds=1.00 rate_Mbps=258.5003 tx_cpu=16 rx_cpu=8 drop=885 pkt=32489 data_loss=2.72382 2019-12-04 17:00:28,056 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=1024 throughput=1<264704/393848<393848 Kbps loss-rate=2 2019-12-04 17:00:28,057 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R329276K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:31,394 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=31.7900 real_seconds=1.00 rate_Mbps=266.4147 tx_cpu=7 rx_cpu=9 drop=403 pkt=32956 data_loss=1.22298 2019-12-04 17:00:31,394 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=1024 throughput=1<272808/329276<329276 Kbps loss-rate=1 2019-12-04 17:00:31,394 DEBUG undershot, min=272808 kbps=301042 max=329276 2019-12-04 17:00:31,395 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R301042K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:34,752 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=32.3877 real_seconds=1.00 rate_Mbps=271.8911 tx_cpu=5 rx_cpu=9 drop=974 pkt=34139 data_loss=2.85312 2019-12-04 17:00:34,752 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=1024 throughput=272808<278416/301042<329276 Kbps loss-rate=2 2019-12-04 17:00:34,752 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Measuring UDP Throughput (packet size=8192)... 2019-12-04 17:00:34,753 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:38,094 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=102.7656 real_seconds=1.01 rate_Mbps=854.3805 tx_cpu=4 rx_cpu=10 drop=4113 pkt=17267 data_loss=23.82000 2019-12-04 17:00:38,094 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=8192 throughput=1<874885/5000000<10000000 Kbps loss-rate=23 2019-12-04 17:00:38,095 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2624655K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:41,456 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=108.5625 real_seconds=1.00 rate_Mbps=909.9994 tx_cpu=5 rx_cpu=10 drop=3713 pkt=17609 data_loss=21.08580 2019-12-04 17:00:41,457 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=8192 throughput=1<931839/2624655<2624655 Kbps loss-rate=21 2019-12-04 17:00:41,457 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1778247K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:44,818 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=103.7031 real_seconds=1.00 rate_Mbps=868.0611 tx_cpu=5 rx_cpu=10 drop=4933 pkt=18207 data_loss=27.09400 2019-12-04 17:00:44,819 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=8192 throughput=1<888894/1778247<1778247 Kbps loss-rate=27 2019-12-04 17:00:44,819 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1333570K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:48,157 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=104.9844 real_seconds=1.00 rate_Mbps=880.0743 tx_cpu=5 rx_cpu=10 drop=4817 pkt=18255 data_loss=26.38728 2019-12-04 17:00:48,158 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=8192 throughput=1<901196/1333570<1333570 Kbps loss-rate=26 2019-12-04 17:00:48,158 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1117383K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:51,520 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=108.0703 real_seconds=1.00 rate_Mbps=903.2725 tx_cpu=9 rx_cpu=9 drop=3116 pkt=16949 data_loss=18.38460 2019-12-04 17:00:51,520 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=8192 throughput=1<924951/1117383<1117383 Kbps loss-rate=18 2019-12-04 17:00:51,521 DEBUG overshot, min=1 kbps=924951 max=1117383 2019-12-04 17:00:51,521 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R924951K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:54,880 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=92.1406 real_seconds=1.00 rate_Mbps=773.7099 tx_cpu=12 rx_cpu=8 drop=2233 pkt=14027 data_loss=15.91929 2019-12-04 17:00:54,880 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=8192 throughput=1<792278/924951<1117383 Kbps loss-rate=15 2019-12-04 17:00:54,881 DEBUG overshot, min=1 kbps=792278 max=924951 2019-12-04 17:00:54,881 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R792278K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:00:58,237 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=86.6953 real_seconds=1.00 rate_Mbps=727.2632 tx_cpu=16 rx_cpu=8 drop=842 pkt=11939 data_loss=7.05249 2019-12-04 17:00:58,238 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=8192 throughput=1<744717/792278<924951 Kbps loss-rate=7 2019-12-04 17:00:58,238 DEBUG overshot, min=1 kbps=744717 max=792278 2019-12-04 17:00:58,239 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R744717K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:01:01,598 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=82.4453 real_seconds=1.00 rate_Mbps=692.5675 tx_cpu=18 rx_cpu=8 drop=686 pkt=11239 data_loss=6.10377 2019-12-04 17:01:01,599 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=8192 throughput=1<709189/744717<792278 Kbps loss-rate=6 2019-12-04 17:01:01,599 DEBUG overshot, min=1 kbps=709189 max=744717 2019-12-04 17:01:01,599 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R709189K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:01:04,958 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] megabytes=79.7422 real_seconds=1.00 rate_Mbps=666.5032 tx_cpu=22 rx_cpu=7 drop=493 pkt=10700 data_loss=4.60752 2019-12-04 17:01:04,958 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] pkt-size=8192 throughput=1<682499/709189<744717 Kbps loss-rate=4 2019-12-04 17:01:04,970 INFO { 'az_from': u'nova:pod17-node4', 'az_to': u'nova:pod17-node4', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.6', 'ip_to': u'192.168.1.12', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.59, 'throughput_kbps': 4660983, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.25, 'throughput_kbps': 5331143, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.33, 'throughput_kbps': 5341119, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.76, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 35043, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.85, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 278416, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 4.61, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 682499, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.509', 'rtt_max_ms': '1.146', 'rtt_min_ms': '0.373', 'rtt_stddev': '0.217', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.418', 'rtt_max_ms': '0.490', 'rtt_min_ms': '0.327', 'rtt_stddev': '0.061', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.603', 'rtt_max_ms': '1.173', 'rtt_min_ms': '0.430', 'rtt_stddev': '0.198', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2019-12-04 17:01:04,971 INFO Deleting floating ip dcd00021-fde8-4392-8ee6-8aa3b1deb935 2019-12-04 17:01:06,327 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Floating IP 10.10.175.37 deleted 2019-12-04 17:01:06,639 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e21] Instance deleted 2019-12-04 17:01:06,704 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] Creating client VM... 2019-12-04 17:01:06,704 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] Starting on zone nova:pod17-node4 2019-12-04 17:01:08,055 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] VM status=BUILD, retrying 1 of 150... 2019-12-04 17:01:10,394 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] VM status=BUILD, retrying 2 of 150... 2019-12-04 17:01:13,057 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] VM status=BUILD, retrying 3 of 150... 2019-12-04 17:01:15,397 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] VM status=BUILD, retrying 4 of 150... 2019-12-04 17:01:17,878 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] VM status=BUILD, retrying 5 of 150... 2019-12-04 17:01:22,912 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] Internal network IP: 192.168.2.10 2019-12-04 17:01:22,912 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] SSH IP: 10.10.175.43 2019-12-04 17:01:22,912 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] Setup SSH for ubuntu@10.10.175.43 2019-12-04 17:02:45,060 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] Installing nuttcp-8.1.4... 2019-12-04 17:02:45,109 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] Copying nuttcp-8.1.4 to target... 2019-12-04 17:02:45,313 INFO ============================================================ 2019-12-04 17:02:45,313 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2019-12-04 17:02:54,376 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] PING 192.168.1.12 (192.168.1.12) 64(92) bytes of data. 72 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=2.05 ms 72 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.900 ms 72 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.725 ms 72 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.715 ms 72 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.699 ms 72 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.769 ms 72 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.707 ms 72 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.777 ms 72 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.713 ms 72 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.747 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9005ms rtt min/avg/max/mdev = 0.699/0.880/2.050/0.394 ms 2019-12-04 17:03:03,448 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] PING 192.168.1.12 (192.168.1.12) 391(419) bytes of data. 399 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=0.664 ms 399 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=0.567 ms 399 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.803 ms 399 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=0.665 ms 399 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.711 ms 399 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=0.730 ms 399 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.717 ms 399 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=0.720 ms 399 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.889 ms 399 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=0.736 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.567/0.720/0.889/0.082 ms 2019-12-04 17:03:12,512 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] PING 192.168.1.12 (192.168.1.12) 1500(1528) bytes of data. 1508 bytes from 192.168.1.12: icmp_seq=1 ttl=63 time=2.75 ms 1508 bytes from 192.168.1.12: icmp_seq=2 ttl=63 time=1.08 ms 1508 bytes from 192.168.1.12: icmp_seq=3 ttl=63 time=0.944 ms 1508 bytes from 192.168.1.12: icmp_seq=4 ttl=63 time=1.12 ms 1508 bytes from 192.168.1.12: icmp_seq=5 ttl=63 time=0.886 ms 1508 bytes from 192.168.1.12: icmp_seq=6 ttl=63 time=1.08 ms 1508 bytes from 192.168.1.12: icmp_seq=7 ttl=63 time=0.940 ms 1508 bytes from 192.168.1.12: icmp_seq=8 ttl=63 time=1.01 ms 1508 bytes from 192.168.1.12: icmp_seq=9 ttl=63 time=0.871 ms 1508 bytes from 192.168.1.12: icmp_seq=10 ttl=63 time=1.08 ms --- 192.168.1.12 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9013ms rtt min/avg/max/mdev = 0.871/1.179/2.753/0.532 ms 2019-12-04 17:03:12,512 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] Measuring TCP Throughput (packet size=65536)... 2019-12-04 17:03:12,513 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:03:22,648 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] megabytes=4377.5625 real_seconds=10.01 rate_Mbps=3670.1565 tx_cpu=23 rx_cpu=57 retrans=139 cwnd=656 rtt_ms=1.02 2019-12-04 17:03:22,648 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:03:32,780 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] megabytes=5140.6047 real_seconds=10.00 rate_Mbps=4310.1531 tx_cpu=10 rx_cpu=28 retrans=586 cwnd=711 rtt_ms=0.95 2019-12-04 17:03:32,781 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:03:42,890 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] megabytes=5050.1817 real_seconds=10.01 rate_Mbps=4233.6725 tx_cpu=9 rx_cpu=27 retrans=1160 cwnd=685 rtt_ms=0.79 2019-12-04 17:03:42,890 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] Measuring UDP Throughput (packet size=128)... 2019-12-04 17:03:42,891 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:03:46,251 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] megabytes=6.0150 real_seconds=1.00 rate_Mbps=50.3598 tx_cpu=5 rx_cpu=14 drop=2077 pkt=51352 data_loss=4.04556 2019-12-04 17:03:46,252 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] pkt-size=128 throughput=1<51568/5000000<10000000 Kbps loss-rate=4 2019-12-04 17:03:46,252 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R154704K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:03:49,609 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] megabytes=5.2623 real_seconds=1.00 rate_Mbps=44.1915 tx_cpu=6 rx_cpu=13 drop=84 pkt=43193 data_loss=0.19535 2019-12-04 17:03:49,610 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] pkt-size=128 throughput=1<45252/154704<154704 Kbps loss-rate=0 2019-12-04 17:03:49,610 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R99978K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:03:52,972 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] megabytes=5.4600 real_seconds=1.00 rate_Mbps=45.6289 tx_cpu=6 rx_cpu=12 drop=283 pkt=45011 data_loss=0.62790 2019-12-04 17:03:52,972 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] pkt-size=128 throughput=1<46723/99978<99978 Kbps loss-rate=0 2019-12-04 17:03:52,973 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R73350K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:03:56,308 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] megabytes=5.2968 real_seconds=1.00 rate_Mbps=44.3515 tx_cpu=6 rx_cpu=13 drop=124 pkt=43515 data_loss=0.28427 2019-12-04 17:03:56,308 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] pkt-size=128 throughput=1<45415/73350<73350 Kbps loss-rate=0 2019-12-04 17:03:56,309 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R59382K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:03:59,671 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] megabytes=4.4978 real_seconds=1.00 rate_Mbps=37.5550 tx_cpu=38 rx_cpu=12 drop=20 pkt=36866 data_loss=0.05333 2019-12-04 17:03:59,672 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] pkt-size=128 throughput=1<38456/59382<59382 Kbps loss-rate=0 2019-12-04 17:03:59,672 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R48919K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:04:03,032 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] megabytes=5.4252 real_seconds=1.00 rate_Mbps=45.4710 tx_cpu=7 rx_cpu=14 drop=369 pkt=44813 data_loss=0.82445 2019-12-04 17:04:03,033 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] pkt-size=128 throughput=1<46562/48919<48919 Kbps loss-rate=0 2019-12-04 17:04:03,033 DEBUG undershot, min=46562 kbps=47740 max=48919 2019-12-04 17:04:03,033 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] Measuring UDP Throughput (packet size=1024)... 2019-12-04 17:04:03,034 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:04:06,364 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] megabytes=40.5000 real_seconds=1.00 rate_Mbps=340.9487 tx_cpu=6 rx_cpu=11 drop=209 pkt=41681 data_loss=0.50142 2019-12-04 17:04:06,365 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] pkt-size=1024 throughput=1<349131/5000000<10000000 Kbps loss-rate=0 2019-12-04 17:04:06,365 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1047393K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:04:09,723 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] megabytes=40.8359 real_seconds=1.00 rate_Mbps=343.5413 tx_cpu=10 rx_cpu=12 drop=102 pkt=41918 data_loss=0.24331 2019-12-04 17:04:09,724 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] pkt-size=1024 throughput=1<351786/1047393<1047393 Kbps loss-rate=0 2019-12-04 17:04:09,724 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R699589K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:04:30,820 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R699589K -p5001 -P5002 -fparse 192.168.1.12" on host 10.10.175.43 2019-12-04 17:04:30,820 INFO [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] Measuring UDP Throughput (packet size=8192)... 2019-12-04 17:04:30,820 DEBUG [TestClient_7029452f-d801-4134-bdda-ca947b0b15e22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.12 2019-12-04 17:20:17,072 ERROR Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 479, in run self.measure_vm_flows() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 432, in measure_vm_flows self.measure_flow(flow_desc, self.server.internal_ip) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 370, in measure_flow az_to=self.server.az) File "/usr/lib/python2.7/site-packages/vmtp/perf_instance.py", line 80, in run_client bidirectional=bidirectional) File "/usr/lib/python2.7/site-packages/vmtp/nuttcp_tool.py", line 66, in run_client length=pkt_size) File "/usr/lib/python2.7/site-packages/vmtp/nuttcp_tool.py", line 137, in run_client_dir udp_res = self.find_bdw(length, target_ip, protocol) File "/usr/lib/python2.7/site-packages/vmtp/perf_tool.py", line 162, in find_bdw no_cpu_timed=1) File "/usr/lib/python2.7/site-packages/vmtp/nuttcp_tool.py", line 164, in run_client_dir cmd_out = self.instance.exec_command(cmd, duration_sec + 20) File "/usr/lib/python2.7/site-packages/vmtp/instance.py", line 204, in exec_command (status, cmd_output, err) = self.ssh.execute(cmd, timeout=timeout) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 323, in execute timeout=timeout, raise_on_error=False) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 241, in run timeout=timeout) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 247, in _run session = transport.open_session() File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 767, in open_session timeout=timeout) File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 891, in open_channel raise e error: [Errno 113] Host is unreachable 2019-12-04 17:20:17,072 INFO Cleaning up... 2019-12-04 17:20:17,072 DEBUG [TestServer_7029452f-d801-4134-bdda-ca947b0b15e21] Terminating nuttcp-8.1.4 2019-12-04 17:35:43,809 ERROR [Errno 113] Host is unreachable Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1258, in main run_vmtp(opts) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1220, in run_vmtp vmtp_instance.run() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 492, in run self.teardown() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 449, in teardown self.server.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_instance.py", line 106, in dispose self.tp_tool.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_tool.py", line 77, in dispose self.instance.ssh.kill_proc(self.pid) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 384, in kill_proc self.execute(cmd) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 323, in execute timeout=timeout, raise_on_error=False) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 241, in run timeout=timeout) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 247, in _run session = transport.open_session() File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 767, in open_session timeout=timeout) File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 891, in open_channel raise e error: [Errno 113] Host is unreachable 2019-12-04 17:35:43,910 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 40:43 | FAIL | +-------------------+------------------+------------------+----------------+ 2019-12-04 17:35:57,254 - functest.core.tenantnetwork - ERROR - cannot clean all resources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 287, in clean self.cloud.delete_router(self.router.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4149, in delete_router router = self.get_router(name_or_id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 2549, in get_router return _utils._get_entity(self, 'router', name_or_id, filters) File "/usr/lib/python2.7/site-packages/openstack/cloud/_utils.py", line 204, in _get_entity entities = search(name_or_id, filters, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 1287, in search_routers routers = self.list_routers(filters) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 1476, in list_routers error_message="Error fetching router list") File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 328, in get return self.request(url, 'GET', **kwargs) File "/usr/lib/python2.7/site-packages/openstack/_adapter.py", line 160, in request url, method, run_async=run_async, **kwargs) File "/usr/lib/python2.7/site-packages/openstack/_adapter.py", line 145, in request **kwargs) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 149, in submit_function return self.submit_task(task) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 138, in submit_task return task.wait() File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 79, in wait self._traceback) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 89, in run self.done(self.main()) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 59, in main return self._main(*self.args, **self.kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 213, in request return self.session.request(url, method, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 814, in request resp = send(**kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 939, in _send_request **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 919, in _send_request raise exceptions.ConnectFailure(msg) ConnectFailure: Unable to establish connection to http://network-airship.intel-pod17.opnfv.org:80/v2.0/routers.json: HTTPConnectionPool(host='network-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v2.0/routers.json (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] Host is unreachable',)) 2019-12-04 17:36:10,630 - functest.core.singlevm - ERROR - Cannot clean all resources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 310, in clean self.cloud.delete_image(self.image.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4270, in delete_image image = self.get_image(name_or_id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 2963, in get_image return _utils._get_entity(self, 'image', name_or_id, filters) File "/usr/lib/python2.7/site-packages/openstack/cloud/_utils.py", line 204, in _get_entity entities = search(name_or_id, filters, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 1395, in search_images images = self.list_images() File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 2015, in list_images response = self._image_client.get(endpoint, params=params) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 328, in get return self.request(url, 'GET', **kwargs) File "/usr/lib/python2.7/site-packages/openstack/_adapter.py", line 160, in request url, method, run_async=run_async, **kwargs) File "/usr/lib/python2.7/site-packages/openstack/_adapter.py", line 145, in request **kwargs) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 149, in submit_function return self.submit_task(task) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 138, in submit_task return task.wait() File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 79, in wait self._traceback) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 89, in run self.done(self.main()) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 59, in main return self._main(*self.args, **self.kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 213, in request return self.session.request(url, method, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 814, in request resp = send(**kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 939, in _send_request **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 919, in _send_request raise exceptions.ConnectFailure(msg) ConnectFailure: Unable to establish connection to http://image-airship.intel-pod17.opnfv.org:80//v2/images: HTTPConnectionPool(host='image-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: //v2/images (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] Host is unreachable',)) 2019-12-04 17:36:24,006 - functest.core.tenantnetwork - ERROR - Cannot clean all resources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 124, in clean self.orig_cloud.delete_user(self.user.id) File "", line 2, in delete_user File "/usr/lib/python2.7/site-packages/openstack/cloud/_utils.py", line 377, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 894, in delete_user user = self.get_user(name_or_id, **kwargs) File "", line 2, in get_user File "/usr/lib/python2.7/site-packages/openstack/cloud/_utils.py", line 377, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 802, in get_user return _utils._get_entity(self, 'user', name_or_id, filters, **kwargs) File "/usr/lib/python2.7/site-packages/openstack/cloud/_utils.py", line 204, in _get_entity entities = search(name_or_id, filters, **kwargs) File "", line 2, in search_users File "/usr/lib/python2.7/site-packages/openstack/cloud/_utils.py", line 377, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 783, in search_users users = self.list_users(**kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 763, in list_users data = self._identity_client.get('/users', params=kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 328, in get return self.request(url, 'GET', **kwargs) File "/usr/lib/python2.7/site-packages/openstack/_adapter.py", line 160, in request url, method, run_async=run_async, **kwargs) File "/usr/lib/python2.7/site-packages/openstack/_adapter.py", line 145, in request **kwargs) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 149, in submit_function return self.submit_task(task) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 138, in submit_task return task.wait() File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 79, in wait self._traceback) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 89, in run self.done(self.main()) File "/usr/lib/python2.7/site-packages/openstack/task_manager.py", line 59, in main return self._main(*self.args, **self.kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 213, in request return self.session.request(url, method, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 814, in request resp = send(**kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 939, in _send_request **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 919, in _send_request raise exceptions.ConnectFailure(msg) ConnectFailure: Unable to establish connection to http://identity-airship.intel-pod17.opnfv.org:80/v3/users: HTTPConnectionPool(host='identity-airship.intel-pod17.opnfv.org', port=80): Max retries exceeded with url: /v3/users (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] Host is unreachable',)) 2019-12-04 17:36:37,755 - xtesting.core.testcase - DEBUG - Publishing /home/opnfv/functest/results/functest.log ('text/plain', None)