diff options
author | Scott Moser <smoser@brickies.net> | 2017-11-21 14:23:36 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-11-21 15:46:12 -0500 |
commit | 9ac735bb8c0dec5628a33d907adb3fc02fd902e8 (patch) | |
tree | 2c511b78b77057a51e7c292c94aa2368954ad5bb /tests/cloud_tests/platforms/lxd.py | |
parent | bbe91cdc6917adb503b455e6860c21ea7b3f567f (diff) | |
download | vyos-cloud-init-9ac735bb8c0dec5628a33d907adb3fc02fd902e8.tar.gz vyos-cloud-init-9ac735bb8c0dec5628a33d907adb3fc02fd902e8.zip |
tests: Use apt-get to install a deb so that depends get resolved.
Instead of using 'dpkg -i' to install a package and then running
apt-get -f install, to hope that it would install needed dependencies
we can just use 'apt-get' directly to do the install.
The 'dpkg/apt-get -f' path was a problem if the installed deb was
older than the available deb. In that case it would get replaced.
Diffstat (limited to 'tests/cloud_tests/platforms/lxd.py')
0 files changed, 0 insertions, 0 deletions