[libvirt] [jenkins-ci PATCH v2 1/2] guests: Enable {media, tree}uris tests for libosinfo

Fabiano Fidêncio fidencio at redhat.com
Tue Sep 11 07:36:23 UTC 2018


Both media and tree uris tests are only run when LIBOSINFO_NETWORK_TESTS
is set.

Let's have those enabled in order to early catch URL changes in
osinfo-db.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 guests/playbooks/build/projects/libosinfo.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/guests/playbooks/build/projects/libosinfo.yml b/guests/playbooks/build/projects/libosinfo.yml
index 311a52b..dce1333 100644
--- a/guests/playbooks/build/projects/libosinfo.yml
+++ b/guests/playbooks/build/projects/libosinfo.yml
@@ -9,6 +9,10 @@
 - include: '{{ playbook_base }}/jobs/autotools-build-job.yml'
 - include: '{{ playbook_base }}/jobs/autotools-syntax-check-job.yml'
 - include: '{{ playbook_base }}/jobs/autotools-check-job.yml'
+  vars:
+    local_env: |
+      # Run tests that require network connectivity
+      export LIBOSINFO_NETWORK_TESTS=1
 - include: '{{ playbook_base }}/jobs/autotools-rpm-job.yml'
   vars:
     machines: '{{ rpm_machines }}'
-- 
2.17.1




More information about the libvir-list mailing list