gem5/tests/configs
Andreas Sandberg 877435950c test, arm: Add scripts to test checkpoints
Add a set of scripts to automatically test checkpointing in the
regression framework. The checkpointing tests are similar to the
switcheroo tests, but instead of switching between CPUs, they
checkpoint the system and restore from the checkpoint again. This is
done at regular intervals, typically while booting Linux.

The implementation is fairly straight forward, with the exception that
we have to work around gem5's inability to restore from a checkpoint
after a system has been instantiated. We work around this by forking
off child processes that does the actual simulation and never
instantiate a system in the parent process unless a maximum checkpoint
count is reached (in which case we just simulate the system to
completion in the parent).

Checkpoint testing is currently only enabled 32- and 64-bit ARM
systems using atomic CPUs.

Note: An unfortunate side-effect of forking is that every new process
will overwrite the stats and terminal output from the previous
process. This means that the output directory only contains data from
the last checkpoint.
2015-03-19 04:06:20 -04:00
..
alpha_generic.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
arm_generic.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
base_config.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
checkpoint.py test, arm: Add scripts to test checkpoints 2015-03-19 04:06:20 -04:00
memtest-filter.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
memtest-ruby.py cpu: Tidy up the MemTest and make false sharing more obvious 2015-02-11 10:23:28 -05:00
memtest.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
minor-timing-mp.py cpu: Minor CPU add regression tests for ARM and ALPHA 2014-07-23 16:09:05 -05:00
minor-timing.py cpu: Minor CPU add regression tests for ARM and ALPHA 2014-07-23 16:09:05 -05:00
o3-timing-checker.py config: Add a BaseSESystem builder for re-use in regressions 2013-06-27 05:49:49 -04:00
o3-timing-mp-ruby.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
o3-timing-mp.py config: Add a BaseSESystem builder for re-use in regressions 2013-06-27 05:49:49 -04:00
o3-timing-ruby.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
o3-timing.py tests: Use more representative configs for ARM tests 2014-09-20 17:18:33 -04:00
pc-o3-timing.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
pc-simple-atomic.py test: Use SimpleMemory for atomic full-system tests 2013-11-01 11:56:14 -04:00
pc-simple-timing-ruby.py ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
pc-simple-timing.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
pc-switcheroo-full.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
realview-minor-dual.py cpu: Minor CPU add regression tests for ARM and ALPHA 2014-07-23 16:09:05 -05:00
realview-minor.py cpu: Minor CPU add regression tests for ARM and ALPHA 2014-07-23 16:09:05 -05:00
realview-o3-checker.py tests: Use O3_ARM_v7a config for full-system ARM regressions 2014-09-03 07:42:41 -04:00
realview-o3-dual.py tests: Use O3_ARM_v7a config for full-system ARM regressions 2014-09-03 07:42:41 -04:00
realview-o3.py tests: Use O3_ARM_v7a config for full-system ARM regressions 2014-09-03 07:42:41 -04:00
realview-simple-atomic-checkpoint.py test, arm: Add scripts to test checkpoints 2015-03-19 04:06:20 -04:00
realview-simple-atomic-dual.py test: Use SimpleMemory for atomic full-system tests 2013-11-01 11:56:14 -04:00
realview-simple-atomic.py test: Use SimpleMemory for atomic full-system tests 2013-11-01 11:56:14 -04:00
realview-simple-timing-dual.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
realview-simple-timing.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
realview-switcheroo-atomic.py test: Use SimpleMemory for atomic full-system tests 2013-11-01 11:56:14 -04:00
realview-switcheroo-full.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
realview-switcheroo-o3.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
realview-switcheroo-timing.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
realview64-minor-dual.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-minor.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-o3-checker.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-o3-dual.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-o3.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-simple-atomic-checkpoint.py test, arm: Add scripts to test checkpoints 2015-03-19 04:06:20 -04:00
realview64-simple-atomic-dual.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-simple-atomic.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-simple-timing-dual.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-simple-timing.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-switcheroo-atomic.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-switcheroo-full.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-switcheroo-o3.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
realview64-switcheroo-timing.py arm, tests: Update config files to more recent kernels and create 64-bit regressions. 2014-10-29 23:18:27 -05:00
rubytest-ruby.py ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
simple-atomic-dummychecker.py config: Add a BaseSESystem builder for re-use in regressions 2013-06-27 05:49:49 -04:00
simple-atomic-mp-ruby.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
simple-atomic-mp.py config: Add a BaseSESystem builder for re-use in regressions 2013-06-27 05:49:49 -04:00
simple-atomic.py config: Add a BaseSESystem builder for re-use in regressions 2013-06-27 05:49:49 -04:00
simple-timing-mp-ruby.py ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
simple-timing-mp.py config: Add a BaseSESystem builder for re-use in regressions 2013-06-27 05:49:49 -04:00
simple-timing-ruby.py ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
simple-timing.py config: Add a BaseSESystem builder for re-use in regressions 2013-06-27 05:49:49 -04:00
switcheroo.py tests: suppress output on switcheroo tests 2013-11-14 15:03:42 -08:00
t1000-simple-atomic.py mem: Change AbstractMemory defaults to match the common case 2013-08-19 03:52:33 -04:00
tgen-dram-ctrl.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
tgen-simple-mem.py mem: Move crossbar default latencies to subclasses 2015-03-02 04:00:47 -05:00
tsunami-minor-dual.py cpu: Minor CPU add regression tests for ARM and ALPHA 2014-07-23 16:09:05 -05:00
tsunami-minor.py cpu: Minor CPU add regression tests for ARM and ALPHA 2014-07-23 16:09:05 -05:00
tsunami-o3-dual.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
tsunami-o3.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
tsunami-simple-atomic-dual.py test: Use SimpleMemory for atomic full-system tests 2013-11-01 11:56:14 -04:00
tsunami-simple-atomic.py test: Use SimpleMemory for atomic full-system tests 2013-11-01 11:56:14 -04:00
tsunami-simple-timing-dual.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
tsunami-simple-timing.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
tsunami-switcheroo-full.py config: Move the memory instantiation outside FSConfig 2013-08-19 03:52:27 -04:00
twosys-tsunami-simple-atomic.py power: Add voltage domains to the clock domains 2013-08-19 03:52:28 -04:00
x86_generic.py config, x86: move kernel specification from tests to FSConfig.py 2014-01-03 17:08:44 -08:00