summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-10-16 14:59:55 +0000
committerGerrit Code Review <review@openstack.org>2018-10-16 14:59:55 +0000
commita4141eed845633d666f0b5ba4c792b69dbae5243 (patch)
treec9477dc864cd8e7e5377644e552f85eee147d3ee /tests
parent6a447539a3fb9ebfad812abcc486a1bfd0d29122 (diff)
parent1709ba73c8c0493c813cdf1c8892be7caf0bdb78 (diff)
downloadpython-jenkins-job-builder-a4141eed845633d666f0b5ba4c792b69dbae5243.tar.gz
python-jenkins-job-builder-a4141eed845633d666f0b5ba4c792b69dbae5243.tar.xz
python-jenkins-job-builder-a4141eed845633d666f0b5ba4c792b69dbae5243.zip
Merge "Add support for the "Disk Usage" plugin"
Diffstat (limited to 'tests')
-rw-r--r--tests/properties/fixtures/disk-usage.xml6
-rw-r--r--tests/properties/fixtures/disk-usage.yaml2
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/properties/fixtures/disk-usage.xml b/tests/properties/fixtures/disk-usage.xml
new file mode 100644
index 00000000..0779afa8
--- /dev/null
+++ b/tests/properties/fixtures/disk-usage.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project>
+ <properties>
+ <hudson.plugins.disk__usage.DiskUsageProperty/>
+ </properties>
+</project>
diff --git a/tests/properties/fixtures/disk-usage.yaml b/tests/properties/fixtures/disk-usage.yaml
new file mode 100644
index 00000000..d102b488
--- /dev/null
+++ b/tests/properties/fixtures/disk-usage.yaml
@@ -0,0 +1,2 @@
+properties:
+ - disk-usage