horizon/openstack_dashboard/test/integration_tests
Matt Borland 93381d001e Allow Launch Instance (Angular) from Volume Snapshots
Just as with https://review.openstack.org/#/c/219925/ , right now on
the Volume Snapshots table, if you click on Launch as Instance you
get the legacy launch instance wizard even if local_settings is
configured for LAUNCH_INSTANCE_LEGACY_ENABLED = False.

This needs to recompile the Angular context due to the way Django
creates tab content.

Change-Id: Ibf027d523751cd4808591b8b24d8bb26c6351f5a
Fixes-Bug: 1543891
2016-03-18 12:21:28 +03:00
..
pages Allow Launch Instance (Angular) from Volume Snapshots 2016-03-18 12:21:28 +03:00
regions Branding: Create Network should inherit from theme 2016-03-16 13:00:43 +00:00
tests Allow Launch Instance (Angular) from Volume Snapshots 2016-03-18 12:21:28 +03:00
README.rst Add configuration mechanism to turn off browser maximisation 2016-02-11 07:05:22 +11:00
__init__.py Integration tests - running the tests 2014-02-26 10:45:21 +00:00
basewebobject.py Add test for create/delete Namespace inside "Metadata Definitions" 2016-02-09 16:01:57 +03:00
config.py Test for images (create volume/launch instance from image) 2016-02-16 12:02:09 +00:00
decorators.py Move integration_tests.tests.decorators one level up 2016-01-18 10:29:22 +03:00
helpers.py Fix exceptions_captured manager in i9n tests 2016-02-12 18:46:05 +03:00
horizon.conf Test for images (create volume/launch instance from image) 2016-02-16 12:02:09 +00:00

README.rst

Horizon Integration Tests

Horizon's integration tests treat Horizon as a black box.

Running the integration tests

  1. Set up an OpenStack server

  2. Update the configuration file at horizon.conf or add overrides to that file in local-horizon.conf which is ignored by git.

  3. Run the tests. :

    $ ./run_tests.sh --integration

More information

https://wiki.openstack.org/wiki/Horizon/Testing/UI

https://wiki.mozilla.org/QA/Execution/Web_Testing/Docs/Automation/StyleGuide#Page_Objects