Explicitly require https://github.com/beakerlib/database.git and remove PURPOSE obsoleted by fmf

This commit is contained in:
Honza Horak 2020-11-12 17:04:15 +01:00
commit e83e46fc98
2 changed files with 3 additions and 4 deletions

View file

@ -1,3 +0,0 @@
PURPOSE of /CoreOS/postgresql/Sanity/basic-functionality
Description: Test basic functionality e.g. create databases/tables/roles, insert,update, etc.
Author: Jakub Prokes <jprokes@redhat.com>

View file

@ -9,7 +9,9 @@ test: ./runtest.sh
path: /Sanity/basic-functionality
framework: beakerlib
require:
- library(postgresql/basic)
- url: https://github.com/beakerlib/database.git
name: /postgresql
ref: master
recommend:
- postgresql
- postgresql-server