commit | b05d61d943e1bfff005bfa5fa377e1e31d600d21 | [log] [tgz] |
---|---|---|
author | Alexander Williams <awill@google.com> | Tue Aug 23 15:47:23 2022 -0700 |
committer | Alex Williams <a-will@users.noreply.github.com> | Mon Aug 29 13:02:43 2022 -0700 |
tree | aeb7a72524ef6a23c85cc473c192f3e57b49e876 | |
parent | b05280af49cb8e08b1a2c3f4716c5fc8fe66d6cb [diff] |
[test] Enable passing arguments to the functest harness Move the required args to the end and name them the "test commands." Pass the test commands via an environment variable, and place them at the end of the invocation. This makes the test commands unable to be overridden by test_arg arguments, and simultaneously, it allows the user to specify test_arg arguments on the bazel command line to modify arguments to opentitantool and friends. Those test_arg arguments can override or supplement the test harness's arguments provided by the bazel rule. Signed-off-by: Alexander Williams <awill@google.com>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).