Comment 4 for bug 1866776

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

Reviewed: https://review.opendev.org/721510
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=31beaa32b8bcb63d925d3d3bb458af16af7a0d41
Submitter: Zuul
Branch: master

commit 31beaa32b8bcb63d925d3d3bb458af16af7a0d41
Author: tpatil <email address hidden>
Date: Tue Apr 21 03:06:40 2020 +0000

    Fix FT vnf package functional tests

    test_upload_from_file_and_delete functional test is failing
    as the vnf package 'operationalState' is not DISABLED
    before deletion.

    To fix this issue, I have merged two existing FTs into new one
    which will test the flow - create, upload, update, show and delete.

    * Deleted existing FT
      test_upload_from_file_and_delete
      test_patch_in_onboarded_state
    * Added new FT
      test_upload_from_file_update_show_and_delete.
    * Fixed get vnfd related functional tests by setting package
      operational state to DISABLED before deleting
    * assert_resp_contents method now uses assertCountEqual to compare
      list of string as it ignores order of items in the list.

    Closes-bug: #1866776
    Change-Id: I310f4206527cfe215116f8d85acdb1f519d67a97