a01b7f02b3
This patch fixes the multiple Tacker side issues in tacker v1 compliance test. Additionally, The ft-v1-compliance-sol tox environment fails while importing the Robot REST library. This happens because the flex library (used by REST) imports pkg_resources, which was removed in newer setuptools releases. Since tox installs the latest setuptools by default, the import fails and stops the test execution. Pin setuptools to a compatible version to restore the compliance test environment. This is a temporary workaround until the dependency chain is updated to remove the pkg_resources dependency. Closes-Bug: https://bugs.launchpad.net/tacker/+bug/2142405 Closes-Bug: https://bugs.launchpad.net/tacker/+bug/2126473 Closes-Bug: https://bugs.launchpad.net/tacker/+bug/2052585 Closes-Bug: https://bugs.launchpad.net/tacker/+bug/2037046 Closes-Bug: https://bugs.launchpad.net/tacker/+bug/2116848 Closes-Bug: https://bugs.launchpad.net/tacker/+bug/2136980 Closes-Bug: https://bugs.launchpad.net/tacker/+bug/2137529 Depends-On: Ia7a3da88075d3e8af783c38d80c9f11fe5547ca9 Change-Id: Ic1b129f08781eaa929803b45014f65c5a884eb7d Signed-off-by: Shivam Shukla <shivam.shukla3@india.nec.com>