horizon/openstack_dashboard/test/integration_tests
LIU Yulong d3dd5e0ff0 Make no response notification(msg) level to INFO
Some API calls just sent but the results were uncertain,
Horizon should notify the user that your request is
just accepted, not successfully.
So this patch change some form message level to INFO,
and some message expression.

Change-Id: I241cd9cf3ad6b2bd747e3ea1c6040a140ba77b56
Closes-Bug: #1326301
Closes-Bug: #1286418
2016-03-29 21:12:31 +08:00
..
pages Merge "Auto-detect in i9n tests which row action to bind to" 2016-03-21 18:53:37 +00:00
regions Merge "Auto-detect in i9n tests which row action to bind to" 2016-03-21 18:53:37 +00:00
tests Make no response notification(msg) level to INFO 2016-03-29 21:12:31 +08: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 Added test for image create from local file 2016-03-28 17:35:47 +04:00
horizon.conf Test for images (create volume/launch instance from image) 2016-02-16 12:02:09 +00:00
README.rst Add configuration mechanism to turn off browser maximisation 2016-02-11 07:05:22 +11:00

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