Adjust tests for BIND 9.16
Disable few tests, which require 9.11 only features.
This commit is contained in:
parent
c15ff1e86d
commit
fda08b7cea
5 changed files with 18 additions and 12 deletions
|
|
@ -12,7 +12,7 @@ require:
|
|||
- python36
|
||||
- python3
|
||||
duration: 50m
|
||||
enabled: true
|
||||
enabled: false
|
||||
tag:
|
||||
- NoRHEL4
|
||||
- NoRHEL5
|
||||
|
|
@ -21,9 +21,10 @@ tag:
|
|||
- TIPpass
|
||||
- Tier1
|
||||
tier: '1'
|
||||
relevancy: |
|
||||
distro = rhel-4, rhel-5: False
|
||||
distro > f33: False
|
||||
adjust:
|
||||
enabled: true
|
||||
when: distro ~<= fedora-33
|
||||
because: needs BIND 9.11 lwres
|
||||
extra-summary: /CoreOS/bind/Regression/bz1306504-lwresd-segfault-at-start-lookup
|
||||
extra-task: /CoreOS/bind/Regression/bz1306504-lwresd-segfault-at-start-lookup
|
||||
extra-nitrate: TC#0529313
|
||||
|
|
|
|||
|
|
@ -34,9 +34,14 @@ tag:
|
|||
- TIPpass
|
||||
- Tier1
|
||||
- tip_destructive_el8
|
||||
- bind-setup
|
||||
tier: '1'
|
||||
relevancy: |
|
||||
distro = rhel-6: False
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro > fedora-33
|
||||
because: Does not work with bind 9.16+ yet
|
||||
extra-summary: /CoreOS/bind/Regression/bz469441-host-command-mixed-ipv4-and-6
|
||||
extra-task: /CoreOS/bind/Regression/bz469441-host-command-mixed-ipv4-and-6
|
||||
extra-nitrate: TC#0126576
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ clean:
|
|||
rm -f *~ $(BUILT_FILES)
|
||||
|
||||
|
||||
include /usr/share/rhts/lib/rhts-make.include
|
||||
include $(realpath /usr/share/rhts/lib/rhts-make.include)
|
||||
|
||||
$(METADATA): Makefile
|
||||
@echo "Owner: Petr Sklenar <psklenar@redhat.com>" > $(METADATA)
|
||||
|
|
@ -61,5 +61,3 @@ $(METADATA): Makefile
|
|||
@echo "Destructive: no" >> $(METADATA)
|
||||
@echo "Bug: 533229" >> $(METADATA)
|
||||
@echo "Releases: -RedHatEnterpriseLinux3 -RedHatEnterpriseLinux4" >> $(METADATA)
|
||||
|
||||
rhts-lint $(METADATA)
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ require:
|
|||
- postgresql-server
|
||||
- redhat-lsb
|
||||
duration: 15m
|
||||
enabled: true
|
||||
enabled: false
|
||||
tag:
|
||||
- NoRHEL3
|
||||
- NoRHEL4
|
||||
|
|
@ -36,9 +36,11 @@ tag:
|
|||
- TIPpass
|
||||
- Tier1
|
||||
tier: '1'
|
||||
relevancy: |
|
||||
distro = rhel-3, rhel-4, rhel-5: False
|
||||
arch = ppc64, ppc64le, i386: False
|
||||
adjust:
|
||||
enabled: true
|
||||
when: distro ~<= fedora-33
|
||||
because: needs BIND 9.11 bind-sdb
|
||||
|
||||
extra-summary: /CoreOS/bind/Regression/bz533229-bind-sdb-postgresql
|
||||
extra-task: /CoreOS/bind/Regression/bz533229-bind-sdb-postgresql
|
||||
extra-nitrate: TC#0126578
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ tag:
|
|||
- broken6.3
|
||||
- fips
|
||||
- noExpectedness
|
||||
tier: '1'
|
||||
- broken
|
||||
relevancy: |
|
||||
distro = rhel-3, rhel-4, rhel-5: False
|
||||
extra-summary: /CoreOS/bind/sanity/cache-server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue