memcahed has to be installed

This commit is contained in:
Petr Sklenar 2022-04-25 11:06:59 +02:00
commit cc7cd7a4e3
3 changed files with 10 additions and 1 deletions

2
main.fmf Normal file
View file

@ -0,0 +1,2 @@
# QE owner
contact: Petr Sklenar <psklenar@redhat.com>

View file

@ -1,3 +1,10 @@
summary: Concise summary describing what the test does
test: ./runtest.sh
framework: beakerlib
duration: 17m
contact: Petr Sklenar <psklenar@redhat.com>
component:
- memcached
recommend:
- memcached

View file

@ -4,10 +4,10 @@
rlJournalStart
rlPhaseStartSetup
rlServiceStart "memcached"
rlPhaseEnd
rlPhaseStartTest
rlServiceStart "memcached"
rlRun "systemctl status memcached" 0 "verify that memcached is running"
rlPhaseEnd