Run a new test to monitor changes in required symbols
This commit is contained in:
parent
5b0b65def8
commit
968e96cb26
1 changed files with 5 additions and 1 deletions
6
plan.fmf
6
plan.fmf
|
|
@ -34,6 +34,9 @@ discover:
|
|||
- name: marshalparser
|
||||
path: /marshalparser
|
||||
test: "VERSION=${pybasever} SAMPLE=10 ./test_marshalparser_compatibility.sh"
|
||||
- name: required_symbols
|
||||
path: /required-symbols
|
||||
test: "VERSION=${pybasever} ./check.sh"
|
||||
|
||||
prepare:
|
||||
- name: Install dependencies
|
||||
|
|
@ -51,8 +54,9 @@ prepare:
|
|||
- virtualenv # for virtualenv tests
|
||||
- glibc-all-langpacks # for locale tests
|
||||
- marshalparser # for testing compatibility (magic numbers) with marshalparser
|
||||
- binutils # for nm (symbol inspection)
|
||||
- rpm # for debugging
|
||||
- dnf # for upgrade
|
||||
- dnf # for upgrade and downgrade
|
||||
- perf # for test_perf_profiler
|
||||
- name: Update packages
|
||||
how: shell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue