Comment 14 for bug 1596196

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

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

commit ec3d246e5643a59fe2cea917fb00ba63dab0a587
Author: Felipe Monteiro <email address hidden>
Date: Fri Jan 13 11:27:50 2017 -0500

    Add UI Tests for Various Package Scenarios.

    The following 4 scenarios were added to TestSuitePackage:
      1) Delete package.
      2) Delete multiple packages.
      3) Toggle multiple packages enabled.
      4) Toggle multiple packages public.

    Also added addCleanup to delete dynamically created packages
    rather than doing a manual deletion of the packages in
    recently added package tests. This is better because if
    any of those tests fail, the deletion will not happen,
    causing other tests to potentially fail, making it much harder
    to debug.

    Change-Id: I2c5f9240f67cbb672eaff08d5118c8d260fbf56e
    Partial-Bug: #1596196