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

Fabiano Fidêncio fidencio at redhat.com
Mon Sep 3 13:02:42 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 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/guests/playbooks/build/projects/libosinfo.yml b/guests/playbooks/build/projects/libosinfo.yml
index c29053b..3c941d2 100644
--- a/guests/playbooks/build/projects/libosinfo.yml
+++ b/guests/playbooks/build/projects/libosinfo.yml
@@ -9,6 +9,11 @@
 - 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: |
+        # export LIBOSINFO_NETWORK_TESTS in order to run both
+        # mediauris and treeuris tests
+        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