summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNorbert Grünwald <sylfan@gmail.com>2018-10-10 14:47:52 +0200
committerNorbert Grünwald <sylfan@gmail.com>2018-10-11 10:52:07 +0200
commit1709ba73c8c0493c813cdf1c8892be7caf0bdb78 (patch)
tree00df2d9317df54d8c9e2ad90cab7ea5025159bb9 /tests
parent7f51d0163133fc04e30d36bff120a94633680bcd (diff)
downloadpython-jenkins-job-builder-1709ba73c8c0493c813cdf1c8892be7caf0bdb78.tar.gz
python-jenkins-job-builder-1709ba73c8c0493c813cdf1c8892be7caf0bdb78.tar.xz
python-jenkins-job-builder-1709ba73c8c0493c813cdf1c8892be7caf0bdb78.zip
Add support for the "Disk Usage" plugin
This adds support for the "Disk Usage" plugin to the properties module. Change-Id: Icead10ae6e4e2e637dddd542128779bf5579d293
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