Comment 10 for bug 1596196

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano-dashboard (master)

Reviewed: https://review.openstack.org/408334
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=6792ab462e39e0f73282812fa610d7efa052ede2
Submitter: Jenkins
Branch: master

commit 6792ab462e39e0f73282812fa610d7efa052ede2
Author: Felipe Monteiro <email address hidden>
Date: Wed Dec 7 17:27:03 2016 -0500

    Add UI Tests for Latest Deployment Log.

    Added two new scenarios:
      - Check expected output in latest deployment log after
        deploying environment.
      - Check expected output after first deployment and again
        after the second deployment of same environment, where
        the expected outputs differ each deployment.

    Also added 3 new constants:
      - DeploymentHistoryLogTab: the Latest Deployment Tab in the
        environment details view.
      - EnvComponentsTab: the Consoles Tab in the environment details
        view. (Used for compatibility with add_to_env.)
      - DeploymentHistoryLogs: the logs themselves, contained in the
        Latest Deployment Tab, which contains the log statements
        for verification.

    Change-Id: Iafee56df7f607fdfa40c3d2ec6d15e696b4ae7b1
    Partial-Bug: #1596196