Files
horizon/openstack_dashboard/test/integration_tests
manchandavishal e7c17fd9e0 Update cirros image to cirros-0.5.1-x86_64
Due to this change I6ccd646f1c22a99bed0bebf6e363d2190241b667
our integration job is failing. This patch update cirror image
version to fix our CI.

Change-Id: Ie56fada7c58b73d55efb8b140fea4d6cca79ba31
2020-05-28 08:26:10 +00:00
..
2020-05-20 00:20:54 -05:00
2020-05-20 00:20:54 -05:00
2020-05-20 00:20:54 -05:00
2018-04-11 00:34:21 +09:00
2020-05-20 16:41:08 -05: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. Prepare the configuration file at local-horizon.conf if you need to change the default configurations. Note that horizon.conf can be used for the same purpose too from the historical reason.

    You can generate a sample configuration file by the following command:

    $ oslo-config-generator \
          --namespace openstack_dashboard_integration_tests
          --output-file openstack_dashboard/test/integration_tests/horizon.conf.sample
  3. Run the tests. :

    $ tox -e integration

More information

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

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