diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-07-20 13:09:00 +0200 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-07-20 13:20:19 +0200 |
commit | 20e6bd8e43ffe7aaa01195aea3ecd4e3e4191e40 (patch) | |
tree | 1a80962ae223aa80ce7e2bea1ff2ad17a7cce98d /jjb | |
parent | f66f52405a6c8858957143814465f33275c827e4 (diff) |
Add missing runtime dependency in verify-vagrantfile job
Vagrant-based evaluation environment for "check_versions" test from
"integration/test/security" adds a requirement for reloading virtual
machine after MicroK8s setup. Plugin "vagrant-reload" is used for this
purpose.
Issue-ID: INT-1571
Change-Id: I46c509f15f9e19ad32e8bca8de3cf762fe1b8714
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/integration-macros.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml index 11680b6b0..10b0437ab 100644 --- a/jjb/integration/integration-macros.yaml +++ b/jjb/integration/integration-macros.yaml @@ -65,6 +65,7 @@ vagrant plugin install vagrant-libvirt vagrant plugin install vagrant-disksize vagrant plugin install vagrant-sshfs + vagrant plugin install vagrant-reload mkdir -p ~/.ssh - builder: |