Hoa Nguyen has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/71619?usp=email )

Change subject: tests: Add OctopiCache to long tests
......................................................................

tests: Add OctopiCache to long tests

Change-Id: I40c948023a28f9bf4dde4de214bdd68894050317
Signed-off-by: Hoa Nguyen <hoangu...@ucdavis.edu>
---
M tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
1 file changed, 19 insertions(+), 0 deletions(-)



diff --git a/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py b/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
index e43d461..aa8be15 100644
--- a/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
+++ b/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
@@ -292,6 +292,25 @@
 )

 gem5_verify_config(
+    name="test-gem5-library-example-octopi-cache-test",
+    fixtures=(),
+    verifiers=(),
+    config=joinpath(
+        config.base_dir,
+        "configs",
+        "example",
+        "gem5_library",
+        "caches",
+        "octopi-cache-example.py",
+    ),
+    config_args=[],
+    protocol="MESI_Three_Level",
+    valid_isas=(constants.all_compiled_tag,),
+    valid_hosts=constants.supported_hosts,
+    length=constants.long_tag,
+)
+
+gem5_verify_config(
     name="test-gem5-library-example-riscvmatched-hello",
     fixtures=(),
     verifiers=(),

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/71619?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I40c948023a28f9bf4dde4de214bdd68894050317
Gerrit-Change-Number: 71619
Gerrit-PatchSet: 1
Gerrit-Owner: Hoa Nguyen <hoangu...@ucdavis.edu>
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to