[Fuego] [PATCH 24/33] Add test case of command uptime.

Wang Mingyu wangmy at cn.fujitsu.com
Wed May 8 08:00:32 UTC 2019


This test case is used to show the current time, how long the system has been running,
how many users are currently logged on, and the system load averages.

Signed-off-by: Wang Mingyu <wangmy at cn.fujitsu.com>
---
 tests/Functional.misc/tests/procps_uptime.sh | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 tests/Functional.misc/tests/procps_uptime.sh

diff --git a/tests/Functional.misc/tests/procps_uptime.sh b/tests/Functional.misc/tests/procps_uptime.sh
new file mode 100644
index 0000000..9a0fcde
--- /dev/null
+++ b/tests/Functional.misc/tests/procps_uptime.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+#  In target, run comannd uptime.
+
+test="uptime"
+
+if uptime | grep "up.*user.*load.*average"
+then
+    echo " -> $test: TEST-PASS"
+else
+    echo " -> $test: TEST-FAIL"
+fi
-- 
1.8.3.1





More information about the Fuego mailing list