Merge "Magnum: Enable API test"
This commit is contained in:
commit
dcaa10cfb3
@ -108,9 +108,6 @@ class { 'openstack_integration::tempest':
|
|||||||
# NOTE(tkajinam): The scenario job we enable requires cinder, which is not
|
# NOTE(tkajinam): The scenario job we enable requires cinder, which is not
|
||||||
# enabled in this scenario.
|
# enabled in this scenario.
|
||||||
heat => false,
|
heat => false,
|
||||||
# NOTE(tobias-urdin): We have tempest disabled because we cannot
|
magnum => true,
|
||||||
# run it when instances does not have internet acces to
|
|
||||||
# deploy for example Docker.
|
|
||||||
magnum => false,
|
|
||||||
neutron_driver => 'ovn',
|
neutron_driver => 'ovn',
|
||||||
}
|
}
|
||||||
|
@ -364,6 +364,7 @@ class openstack_integration::tempest (
|
|||||||
|
|
||||||
if $magnum {
|
if $magnum {
|
||||||
class { 'tempest::magnum':
|
class { 'tempest::magnum':
|
||||||
|
provision_image => false,
|
||||||
tempest_config_file => '/tmp/openstack/tempest/etc/tempest.conf',
|
tempest_config_file => '/tmp/openstack/tempest/etc/tempest.conf',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -285,11 +285,7 @@ echo "ironic_tempest_plugin.tests.api.admin.test_drivers" >> /tmp/openstack/temp
|
|||||||
# deploy docker for example.
|
# deploy docker for example.
|
||||||
# Magnum
|
# Magnum
|
||||||
#echo "test_create_list_sign_delete_clusters" >> /tmp/openstack/tempest/test-include-list.txt
|
#echo "test_create_list_sign_delete_clusters" >> /tmp/openstack/tempest/test-include-list.txt
|
||||||
# Below is here just for testing in ci, would be removed soon, at least below version of werkzeug is required for magnum tls to work
|
echo "magnum_tempest_plugin.tests.api.v1.test_magnum_service.MagnumServiceTest" >> /tmp/openstack/tempest/test-include-list.txt
|
||||||
#if is_fedora; then
|
|
||||||
# $SUDO yum -y install http://cbs.centos.org/kojifiles/packages/python-werkzeug/0.11.6/1.el7/noarch/python-werkzeug-0.11.6-1.el7.noarch.rpm
|
|
||||||
# $SUDO systemctl restart openstack-magnum-*
|
|
||||||
#fi
|
|
||||||
|
|
||||||
# Zaqar
|
# Zaqar
|
||||||
echo "v2.test_queues.TestManageQueue" >> /tmp/openstack/tempest/test-include-list.txt
|
echo "v2.test_queues.TestManageQueue" >> /tmp/openstack/tempest/test-include-list.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user