From 538f1925d310cb461e15f4af2931d19da493a8cc Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Mon, 16 Sep 2013 11:15:13 -0400 Subject: Added interactive top task. --- restraint/top/metadata | 16 ++++++++++++++++ restraint/top/runtest.sh | 5 +++++ 2 files changed, 21 insertions(+) create mode 100644 restraint/top/metadata create mode 100755 restraint/top/runtest.sh diff --git a/restraint/top/metadata b/restraint/top/metadata new file mode 100644 index 0000000..6648fc3 --- /dev/null +++ b/restraint/top/metadata @@ -0,0 +1,16 @@ +[General] +name=/restraint/top +owner=Bill Peck +description=just sleeps beyond our watchdog +license=GPLv2 +confidential=no +destructive=no + +[restraint] +#entry_point=make run +entry_point=./runtest.sh +#entry_point=autotest-local control-file +dependencies=lib-virt;httpd;postgresql;nfs-utils;net-tools;net-snmp;ethereal;wireshark;tcpdump;rusers;bzip2;gcc +dependencies[RedHatEnterpriseLinuxServer5]=apache;mysql +max_time=15m +repoRequires=restraint/sanity/common diff --git a/restraint/top/runtest.sh b/restraint/top/runtest.sh new file mode 100755 index 0000000..4549de6 --- /dev/null +++ b/restraint/top/runtest.sh @@ -0,0 +1,5 @@ +#!/bin/bash -x + +env + +top -- cgit