summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/builds/aos-package-checks/root/root/ose-3.2.spec
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-03-30 13:11:45 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-04-25 12:16:20 -0400
commitce4c2f0cc0b4766eff28f5fa91eb353301ad9c91 (patch)
treef76e4690a1a82984742f9f0ff9e776544d74ec4e /test/integration/openshift_health_checker/builds/aos-package-checks/root/root/ose-3.2.spec
parent75f0c57654429d3b861d792169a9c1bdf9156bf8 (diff)
downloadopenshift-ce4c2f0cc0b4766eff28f5fa91eb353301ad9c91.tar.gz
openshift-ce4c2f0cc0b4766eff28f5fa91eb353301ad9c91.tar.bz2
openshift-ce4c2f0cc0b4766eff28f5fa91eb353301ad9c91.tar.xz
openshift-ce4c2f0cc0b4766eff28f5fa91eb353301ad9c91.zip
preflight int tests: define image builds to support tests
Diffstat (limited to 'test/integration/openshift_health_checker/builds/aos-package-checks/root/root/ose-3.2.spec')
-rw-r--r--test/integration/openshift_health_checker/builds/aos-package-checks/root/root/ose-3.2.spec44
1 files changed, 44 insertions, 0 deletions
diff --git a/test/integration/openshift_health_checker/builds/aos-package-checks/root/root/ose-3.2.spec b/test/integration/openshift_health_checker/builds/aos-package-checks/root/root/ose-3.2.spec
new file mode 100644
index 000000000..dbc9f0c8e
--- /dev/null
+++ b/test/integration/openshift_health_checker/builds/aos-package-checks/root/root/ose-3.2.spec
@@ -0,0 +1,44 @@
+Name: atomic-openshift
+Version: 3.2
+Release: 1
+Summary: package the critical aos packages
+
+License: NA
+
+Source0: http://example.com/ose.tgz
+BuildArch: noarch
+
+%package master
+Summary: package the critical aos packages
+%package node
+Summary: package the critical aos packages
+
+%description
+Package for pretending to provide AOS
+
+%description master
+Package for pretending to provide AOS
+
+%description node
+Package for pretending to provide AOS
+
+%prep
+%setup -q
+
+
+%build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT
+
+
+%files
+%files master
+%files node
+%doc
+
+
+
+%changelog