tests: add ruby_mem_test.py to the tests
authorCiro Santilli <ciro.santilli@arm.com>
Tue, 10 Mar 2020 18:55:23 +0000 (18:55 +0000)
committerCiro Santilli <ciro.santilli@arm.com>
Wed, 20 May 2020 10:09:14 +0000 (10:09 +0000)
commita3b329a773a0b34a7587b9898c3ca0f40a213ab5
tree541fdf896b3d8e0ae07637ac53f2cce3d37e15c6
parent2bceeaafb4a11bbf3b7fc873bf3eb999f20f22d4
tests: add ruby_mem_test.py to the tests

This catches ruby functional memory errors we have observed, and ensures
that ruby_mem_test.py itself won't be broken.

The test duration is about 10 seconds, and it can be run as:

./main.py run --uid SuiteUID:tests/gem5/test_ruby_mem_test.py:test-ruby\
_mem_test-NULL-x86_64-opt

Change-Id: I39bc559aaea3ebb41217a96cd4e8dae46271ea1f
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/26805
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
tests/gem5/memory/test.py