neutron-tempest-plugin/neutron_tempest_plugin/scenario
Lucas Alvares Gomes 023396f59f Fix test_multicast_between_vms_on_same_network
The test_multicast_between_vms_on_same_network had a few errors, one
related to the "mcast_address" being an IPAddress object and not a
string. This has been fixed by converting the object to its string
representation before trying to do a startswith() operation on it.

The second problem was related to the execution of the
unregistered_traffic_receiver.sh script. The script was created by
the default SSH user in its home directory but, when SSH'ing the VM to
execute it we had the become_root parameter set to True, which caused
the command to look for the script in the /root directory. This has been
fixed by creating and executing the script from the /tmp directory cos
it's userless.

Change-Id: I4046aaf0e7f4171e6ce5751b79b84c943ccf56cd
Closes-Bug: #1873798
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
2020-04-22 10:37:05 +00:00
..
admin Log vms' console output in scenario tests 2020-02-28 11:41:11 +01:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
base.py Fix how nc is called in qos test 2020-03-19 15:33:08 +01:00
constants.py Add floating IP QoS test cases 2018-03-16 18:53:03 +08:00
exceptions.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_basic.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_connectivity.py Log vms' console output in scenario tests 2020-02-28 11:41:11 +01:00
test_dns_integration.py Extend tests for external DNS integration 2019-11-12 11:17:47 +00:00
test_dvr.py Add assumption for dvr tests 2018-03-26 08:52:42 +00:00
test_fip64.py Move test cases from networking-midonet repository 2018-10-24 13:14:41 +09:00
test_floatingip.py Merge "Add test_reuse_ip_address_with_other_fip..." 2020-04-16 06:34:12 +00:00
test_internal_dns.py Log vms' console output in scenario tests 2020-02-28 11:41:11 +01:00
test_migration.py Remove "unstable_test" decorator local implementation 2020-01-31 09:15:01 +00:00
test_mtu.py Log vms' console output in scenario tests 2020-02-28 11:41:11 +01:00
test_multicast.py Fix test_multicast_between_vms_on_same_network 2020-04-22 10:37:05 +00:00
test_port_forwardings.py Fix how nc is called in qos test 2020-03-19 15:33:08 +01:00
test_ports.py Added test_ports suite and a new test 2019-02-20 18:56:48 +00:00
test_portsecurity.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
test_qos.py Merge "Fix how nc is called in qos test" 2020-03-20 17:15:56 +00:00
test_security_groups.py Log vms' console output in scenario tests 2020-02-28 11:41:11 +01:00
test_trunk.py Test connectivity after migration of the server with trunk 2020-03-19 16:52:49 +02:00