Reviewed: https://review.opendev.org/c/openstack/manila-tempest-plugin/+/853367 Committed: https://opendev.org/openstack/manila-tempest-plugin/commit/f67893ccccb59151b69719bf44c3a09aae541b11 Submitter: "Zuul (22348)" Branch: master
commit f67893ccccb59151b69719bf44c3a09aae541b11 Author: Goutham Pacha Ravi <[email protected]> Date: Tue Aug 16 14:07:06 2022 -0700 Use OVS with IPv6 data path testing jobs We run IPv6 data-path tests with LVM and Ceph-NFS drivers by setting up bgp to advertise tenant network routes to the host. Bug #1959666 prevents the use of OVN with neutron-dynamic-routing. The underlying neutron ML2 mechanism driver doesn't matter to manila; so lets use OVS in the meanwhile with these test jobs. Closes-Bug: #1940324 Related-Bug: #1959666 Change-Id: I5b37f31e302ce75650f817a937d8f17ee58887b2 Signed-off-by: Goutham Pacha Ravi <[email protected]> ** Changed in: manila Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1940324 Title: [CI][Devstack] Failing to SSH to test VMs with IPv6 Status in OpenStack Shared File Systems Service (Manila): Fix Released Status in neutron: Confirmed Bug description: Description =========== The LVM job for manila is failing constantly. Few tests are having the same issue while trying to SSH into instances. Steps to reproduce ================== - Configure tempest - Configure LVM backend - Run functional tests Expected result =============== The job should be able to ssh into the instances and the tests should be passing. Actual result ============= The following tests are failing: {0} manila_tempest_tests.tests.scenario.test_share_basic_ops.TestShareBasicOpsNFSIPv6.test_mount_share_one_vm {5} manila_tempest_tests.tests.scenario.test_share_extend.TestShareExtendNFSIPv6.test_create_extend_and_write {0} manila_tempest_tests.tests.scenario.test_share_basic_ops.TestShareBasicOpsNFSIPv6.test_read_mountable_snapshot {0} manila_tempest_tests.tests.scenario.test_share_basic_ops.TestShareBasicOpsNFSIPv6.test_read_write_two_vms {0} manila_tempest_tests.tests.scenario.test_share_basic_ops.TestShareBasicOpsNFSIPv6.test_write_data_to_share_created_from_snapshot {0} manila_tempest_tests.tests.scenario.test_share_basic_ops.TestShareBasicOpsNFSIPv6.test_write_with_ro_access This exception is being raised: https://paste.openstack.org/show/808158/ Environment =========== - Ubuntu 20.04 - Manila using the master branch Logs & Configs ============== local.conf example: https://paste.openstack.org/show/808159/ manila.conf example: https://paste.openstack.org/show/808160/ To manage notifications about this bug go to: https://bugs.launchpad.net/manila/+bug/1940324/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

