From 9c20880fb59420b235c0abb7efc221d362294c3e Mon Sep 17 00:00:00 2001 From: Abdul Mutaal Ahmad Date: Fri, 1 Jul 2016 09:48:43 -0500 Subject: mem: tester for new HMC configuration This patch provides the example test script to configure different HMC architecture and run traffic through traffic generator. Committed by Jason Lowe-Power --- tests/quick/se/70.tgen/traffic.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/quick/se/70.tgen/traffic.cfg (limited to 'tests/quick/se/70.tgen') diff --git a/tests/quick/se/70.tgen/traffic.cfg b/tests/quick/se/70.tgen/traffic.cfg new file mode 100644 index 000000000..88e642553 --- /dev/null +++ b/tests/quick/se/70.tgen/traffic.cfg @@ -0,0 +1,7 @@ +STATE 0 10000 RANDOM 100 0 134217727 256 1000 1000 0 +STATE 1 1000000 TRACE tests/quick/se/70.tgen/tgen-simple-mem.trc 100 +STATE 2 1000 IDLE +INIT 0 +TRANSITION 0 1 1 +TRANSITION 1 2 1 +TRANSITION 2 0 1 -- cgit v1.2.3