29 lines
555 B
Plaintext
29 lines
555 B
Plaintext
summary: Basic smoke test
|
|
discover:
|
|
how: fmf
|
|
url: https://gitlab.com/redhat/centos-stream/tests/postgresql-jdbc.git
|
|
execute:
|
|
how: tmt
|
|
|
|
prepare:
|
|
- how: install
|
|
package: java-21-openjdk-headless
|
|
|
|
/postgresql-16:
|
|
prepare+:
|
|
- how: install
|
|
package:
|
|
- postgresql16-server
|
|
- postgresql16-contrib
|
|
- postgresql-test-rpm-macros
|
|
|
|
# There is no version 17
|
|
|
|
/postgresql-18:
|
|
prepare+:
|
|
- how: install
|
|
package:
|
|
- postgresql18-server
|
|
- postgresql18-contrib
|
|
- postgresql18-test-rpm-macros
|