| commit | ef8f82de4a99aacb55203326791a869149b02703 | [log] [tgz] |
|---|---|---|
| author | Michael Munday <mike.munday@lowrisc.org> | Wed Jan 27 11:35:33 2021 +0000 |
| committer | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Thu Jan 28 15:36:15 2021 +0000 |
| tree | 47d80497debe15b4e36e46fa13653aa35279ba2a | |
| parent | e5213f7bc4d71345fc2060aa770209e74ae0c395 [diff] [blame] |
[sw, dif_clkmgr] Add smoke test for clock manager DIF Also replace 'sanity' with 'smoke' in the checklist as has already been done for the other DIFs. Signed-off-by: Michael Munday <mike.munday@lowrisc.org>
diff --git a/test/systemtest/config.py b/test/systemtest/config.py index 065a8a4..8b03a84 100644 --- a/test/systemtest/config.py +++ b/test/systemtest/config.py
@@ -60,6 +60,9 @@ "name": "dif_uart_smoketest", }, { + "name": "dif_clkmgr_smoketest", + }, + { "name": "flash_ctrl_test", }, {