Adjust also geoip test
Only this test is enabled at the moment.
This commit is contained in:
parent
ecafc60535
commit
4e305a97d5
2 changed files with 9 additions and 5 deletions
|
|
@ -2,17 +2,13 @@ summary: it tries more ip address from more locations
|
|||
tier: '1'
|
||||
description: ''
|
||||
contact: Petr Sklenar <psklenar@redhat.com>
|
||||
component:
|
||||
- bind
|
||||
test: ./runtest.sh
|
||||
framework: beakerlib
|
||||
recommend:
|
||||
- bind
|
||||
- libmaxminddb
|
||||
- libmaxminddb-devel
|
||||
- geolite2-country
|
||||
- geolite2-city
|
||||
- bind-utils
|
||||
duration: 66m
|
||||
enabled: true
|
||||
tag:
|
||||
|
|
@ -23,6 +19,14 @@ tag:
|
|||
link:
|
||||
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=1564443
|
||||
adjust:
|
||||
- recommend+:
|
||||
- bind
|
||||
- bind-utils
|
||||
when: component == bind
|
||||
- recommend+:
|
||||
- bind9-next
|
||||
- bind9-next-utils
|
||||
when: component == bind9-next
|
||||
- enabled: false
|
||||
when: distro < rhel-8
|
||||
continue: false
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
# Include Beaker environment
|
||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||
|
||||
PACKAGE="bind"
|
||||
: ${PACKAGE:="bind"}
|
||||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue