Comment 3 for bug 1327919

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

Reviewed: https://review.openstack.org/98676
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=961ea1adb882a187fbc2878a092974253481becb
Submitter: Jenkins
Branch: master

commit 961ea1adb882a187fbc2878a092974253481becb
Author: Ghanshyam <email address hidden>
Date: Mon Jun 9 10:56:00 2014 +0900

    Read template's expected value orchest test Part-1

    In tests under /tempest/api/orchestration/, resources gets
    created based on parameters defined in template (yaml, json).
    But while verification of output, expected values are hard coded
    in tests. Expected values should be read from template only.

    This patch adds the helper to load the values from template
    (yaml, json) and apply the changes in
    tempest/api/orchestration/test_volumes.py

    This patch also rename the existing load_template() function
    as it read the template and newly added function load the template
    This rename the load_template() to read_template in
    tempest/api/orchestration/base.py and corresponding calling files.

    Partial-Bug: #1327919

    Change-Id: Ie0817e20cb7bacdf33b16fb222a7ee9c91109fc8