diff --git a/tests/Sanity/pcp-services/main.fmf b/tests/Sanity/pcp-services/main.fmf new file mode 100644 index 0000000..b18dd91 --- /dev/null +++ b/tests/Sanity/pcp-services/main.fmf @@ -0,0 +1,15 @@ +summary: Test for BZ#1944150 (Job for pmlogger.service failed because the) +description: | + Bug summary: Job for pmlogger.service failed because the service did not take the steps required by its unit configuration. + Bugzilla link: https://bugzilla.redhat.com/show_bug.cgi?id=1944150 +contact: Jan Kuřík +component: +- pcp +test: ./runtest.sh +framework: beakerlib +recommend: +- pcp +- pcp-zeroconf +duration: 15m +extra-summary: /tools/pcp/Sanity/pcp-services +extra-task: /tools/pcp/Sanity/pcp-services diff --git a/tests/Sanity/pcp-services/runtest.sh b/tests/Sanity/pcp-services/runtest.sh index 53bdb2c..781a400 100755 --- a/tests/Sanity/pcp-services/runtest.sh +++ b/tests/Sanity/pcp-services/runtest.sh @@ -26,7 +26,6 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Include Beaker environment -. /usr/bin/rhts-environment.sh || exit 1 . /usr/share/beakerlib/beakerlib.sh || exit 1 PACKAGE="pcp"