test: add helper script to run openid server

Add a new helper script to run the mock open id server that is
shipped inside the osbuild-composer-tests package.
This commit is contained in:
Christian Kellner 2022-01-31 00:58:45 +00:00
parent 940e122ae9
commit 4e1039bed7
2 changed files with 55 additions and 0 deletions

View file

@ -71,6 +71,7 @@ install -m 0755 -vd %{buildroot}/%{_
install -m 0755 -vp test/make-certs.sh %{buildroot}/%{_libexecdir}/%{name}-tests/
install -m 0755 -vp test/build-container.sh %{buildroot}/%{_libexecdir}/%{name}-tests/
install -m 0755 -vp test/run-koji-container.sh %{buildroot}/%{_libexecdir}/%{name}-tests/
install -m 0755 -vp test/run-openid.sh %{buildroot}/%{_libexecdir}/%{name}-tests/
install -m 0755 -vp test/copy-creds.sh %{buildroot}/%{_libexecdir}/%{name}-tests/
install -m 0755 -vp test/run-builder.sh %{buildroot}/%{_libexecdir}/%{name}-tests/
install -m 0755 -vp test/make-tags.sh %{buildroot}/%{_libexecdir}/%{name}-tests/