
Add manila-ui-integration-pytest job which deploy devstack with enabled manila, manila-ui, horizon and with a dummy backend. Add manila-ui-integration-pytest job among the check jobs as a non-voting. Add first bunch of manila shares tests: test_create_share_demo test_delete_share_demo test_edit_share_demo Change-Id: I62c6ac72d030b932f3eed99fdc8ac190072b5d6f Signed-off-by: Jan Jasek <jjasek@redhat.com>
19 lines
980 B
Python
19 lines
980 B
Python
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
# not use this file except in compliance with the License. You may obtain
|
|
# a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
|
|
from openstack_dashboard.test.selenium.conftest import config # noqa: F401
|
|
from openstack_dashboard.test.selenium.conftest import driver # noqa: F401
|
|
from openstack_dashboard.test.selenium.conftest import login # noqa: F401
|
|
from openstack_dashboard.test.selenium.conftest import xdisplay # noqa: F401
|
|
from openstack_dashboard.test.selenium.integration.conftest import \
|
|
openstack_demo # noqa: F401
|