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:
parent
940e122ae9
commit
4e1039bed7
2 changed files with 55 additions and 0 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue