45 lines
967 B
Plaintext
45 lines
967 B
Plaintext
summary: Basic smoke test
|
|
discover:
|
|
how: fmf
|
|
url: https://gitlab.com/redhat/centos-stream/tests/postgresql-jdbc.git
|
|
execute:
|
|
how: tmt
|
|
|
|
/postgresql-default:
|
|
prepare:
|
|
- how: install
|
|
package:
|
|
- postgresql-server
|
|
- postgresql-contrib
|
|
- postgresql-test-rpm-macros
|
|
|
|
/postgresql-15:
|
|
prepare:
|
|
- how: shell
|
|
script: dnf -y module enable postgresql:15
|
|
- how: install
|
|
package:
|
|
- postgresql-server
|
|
- postgresql-contrib
|
|
- postgresql-test-rpm-macros
|
|
|
|
/postgresql-16:
|
|
prepare:
|
|
- how: shell
|
|
script: dnf -y module enable postgresql:16
|
|
- how: install
|
|
package:
|
|
- postgresql-server
|
|
- postgresql-contrib
|
|
- postgresql-test-rpm-macros
|
|
|
|
/postgresql-18:
|
|
prepare:
|
|
- how: shell
|
|
script: dnf -y module enable postgresql:18
|
|
- how: install
|
|
package:
|
|
- postgresql-server
|
|
- postgresql-contrib
|
|
- postgresql-test-rpm-macros
|