horizon/openstack_dashboard/test/integration_tests
Luigi Toscano 8ed6a85b85 Wait until the image is registered in Sahara image test
The tests consistently fails, probably because the availability
of the image in the table is checked too soon. Add a bit of delay
with a new wait method.

Change-Id: I9e39c35fb67455b4e4f3c2b12265b8540420ad01
Closes-Bug: #1466744
(cherry picked from commit 86d2d4a11b)
2015-06-25 18:14:43 +02:00
..
pages Wait until the image is registered in Sahara image test 2015-06-25 18:14:43 +02:00
regions Add test_sahara_create_delete_job_binary test method 2015-03-05 11:36:00 +01:00
tests Wait until the image is registered in Sahara image test 2015-06-25 18:14:43 +02:00
README.rst Integration tests - running the tests 2014-02-26 10:45:21 +00:00
__init__.py Integration tests - running the tests 2014-02-26 10:45:21 +00:00
basewebobject.py Replace 'raise AssertionError' with 'self.assertIn' 2015-03-20 13:23:28 +09:00
config.py Add test_sahara_image_registry 2015-03-05 11:36:00 +01:00
helpers.py Add html source code on test failure for debugging 2015-03-20 17:43:56 +01:00
horizon.conf Add test_sahara_image_registry 2015-03-05 11:36:00 +01:00
webdriver.py Add workaround for StaleElementReferenceException 2014-10-08 11:21:17 +03: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

  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