tests: One more work around changes in testing box

This commit is contained in:
Jerome Charaoui 2020-12-31 11:31:14 -05:00
parent df18da5dd9
commit d747d0c8f4

1
Vagrantfile vendored
View File

@ -35,6 +35,7 @@ Vagrant.configure("2") do |config|
local.vm.hostname = "bntest0"
local.vm.network "private_network", ip: "192.168.181.4"
local.vm.provision "shell", inline: <<-SHELL
echo "root: vagrant" >> /etc/aliases
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
locale-gen
apt-get update