test-setup.sh is called after bindep is run in CI, and tox is not setup.
Simplify the script so that it only does what's needed - install
qdrouterd for Ubuntu from qpid/testing.
Install the other packages using bindep, add test to amqp1 profile.
Add amqp1 to bindep_profiles where needed for scenario tests, previously
test-setup.sh added it everywhere.
NOTE(elod.illes): docs target of tox is failing due to dulwich 0.20.2
is installed, which shows syntax error in python 2. To solve this issue
docs target now installs dependencies with upper constraints.
Also replaced upper-constraints.txt url to the newer one.
Conflicts:
.zuul.yaml
Change-Id: Ic3a9e2c873619670edfbf71022d593f3cb5f70f2
Related-Bug: #1885923
(cherry picked from commit 7e406c312a)
(cherry picked from commit dfcc4b0010)
(cherry picked from commit 88cf5aebef)
(cherry picked from commit c5d17905de)
(cherry picked from commit 41a7da012e)