summaryrefslogtreecommitdiffstats
path: root/cvp/test-requirements.txt
blob: 233f4652be59aba9cd8db01d3f3880a19b933005 (plain)
1
2
3
4
5
6
7
8
9
10
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.

coverage>=4.0,!=4.4  # Apache-2.0
mock>=2.0  # BSD
nose  # LGPL
pytest  # MIT
pytest-cov  # MIT
pytest-mock  # MIT
le interfaces status-set maintenance "setting up lxc clone hook" || true mkdir -p /usr/local/share/lxc/hooks/ install -m 755 lxc/add-more-interfaces /usr/local/share/lxc/hooks/ dpkg-divert --local \ --divert /usr/share/lxc/config/ubuntu-cloud.trusty.conf.ubuntu.orig \ --add /usr/share/lxc/config/ubuntu-cloud.trusty.conf mkdir -p /usr/share/lxc/config/ install -m 644 lxc/ubuntu-cloud.trusty.conf /usr/share/lxc/config/ ## network interfaces status-set maintenance "setting up network interfaces" || true apt-get update || true apt-get install -y ifenslave ethtool bridge-utils vlan if ! grep -q 8021q /etc/modules; then echo 8021q >> /etc/modules fi ## write /etc/network/interfaces for the host install -m 644 network/interfaces.host /etc/network/interfaces ifup -a status-set active || true