From 47e6e7c84f008a53061e661f31ae96629bc694ef Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 26 Oct 2014 12:33:50 +0400 Subject: Debian 3.9.10 --- qa/interact/chart-scaling-testcases | 53 +++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 qa/interact/chart-scaling-testcases (limited to 'qa/interact/chart-scaling-testcases') diff --git a/qa/interact/chart-scaling-testcases b/qa/interact/chart-scaling-testcases new file mode 100644 index 0000000..a49b47f --- /dev/null +++ b/qa/interact/chart-scaling-testcases @@ -0,0 +1,53 @@ +Scaling Charts +============== + +See also qa 006 for automated tests. + +[ ] Start pmchart as follows: + $ pmafm 20071023-08-06-36.folio replay + +[ ] The initial configuration should be from top to bottom (5 charts): + + Y-axis scale Max Y-axis value + Kbyte 1000 + byte/millisec 1000 + nanosec 1000 + 1000 + Kbyte/sec 1000 + +[ ] Open pmtime + - move the time slider back to the start of the archive + - change Archive Control to Step + - click Step Forward 10 times + + The chart configuration should change to be: + + Y-axis scale Max Y-axis value + Gbyte 110 + Mbyte/millisec 36 + millisec 10 + 0.18 + Kbyte/sec 80 + +[ ] Change Archive Control to Fast, and click Fast Forward until the end + of the archive is reached. + + The chart configuration should change to be: + + Y-axis scale Max Y-axis value + Gbyte 110 + Mbyte/millisec 100 + hour 30 + 1 + Mbyte/sec 50 + +[ ] Click Fast Backward until the start of the archive is reached. + + The chart configuration should change to be: + + Y-axis scale Max Y-axis value + Gbyte 110 + Mbyte/millisec 36 + millisec 0.1 + 0.18 + Kbyte/sec 80 -- cgit v1.2.3