Fixed dependencies for upgrade testing

This commit is contained in:
Jan Kurik 2023-01-16 19:40:28 +01:00
parent 356df95bb6
commit 151bf47d67
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,8 @@ recommend:
- libuv-devel
- /usr/bin/netstat
- pcp-testsuite
- nmap
- valgrind
duration: 1h
tag:
- upgrade

View File

@ -36,6 +36,7 @@ PACKAGE=pcp
distribution_mcase__test() {
rlLogInfo 'Verify scenario upgrade works'
rlRun "yum install -y pcp-testsuite" 0-255 'Ensure pcp-testsuite is installed'
rlRun "pcpcommonLibraryLoaded"
rlRun "rlServiceStart pmcd pmlogger" 0,1
rlRun "rlServiceEnable pmcd pmlogger" 0-255