Skip to content

opencomputeproject/ocp-diag-sat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stress App Test Diagnostic

This repository contains a version of the Stress App Test that conforms to the OCP diagnostic output specification using the C++ API.

Building the Diagnostic

Dependecies

Install bazelisk:

npm install -g @bazel/bazelisk

(instructions for npm installation at docs.npmjs.com)

Install autoconf dependencies. The following names are usually present in most package managers on linux:

  • autoconf
  • automake

Note that autoconf is currently only required for the code dependencies on stressapptest_config.h, which is an artifact of the code import from stressapptest. The code in this repo is otherwise built with bazel.

Building the binary package

Now you should be able to navigate to the top level of this repo and run the following command to build the SAT binary:

bazel build //...

Then pick the output binary artifact from bazel-bin/src/ocp_diag_sat_x86_64.