commit | f9227c073fa51d9b7feea15dc6a4ce7064b8af14 | [log] [tgz] |
---|---|---|
author | Ihar Hrachyshka <ihrachys@redhat.com> | Thu Sep 15 11:16:47 2016 +0000 |
committer | Ihar Hrachyshka <ihrachys@redhat.com> | Thu Sep 22 17:43:37 2016 +0000 |
tree | d8a1f2be964467fa09ac8f3c81c08113279c720c | |
parent | 41383e6e22ad86c1f1b601ce666b2c01d8ce8934 [diff] |
neutron: added test case to check connectivity using MTU sized frames Properly configured setup must allow frames of network MTU size (as reported by Neutron net-mtu API extension) through the network. Sadly, Cirros images ship ping tools that don't support the -M argument that allows to set Don't Fragment flag, so the only way to enforce it is from outside the instance. Change-Id: I1dd0633e48dbc9b67cd79e610e959b514304a4b5 Related-Bug: #1623876