11cc2a21bb
Flake8 currently ignores a number of whitespace related errors: E201: whitespace after '[' E202: whitespace before '}' E203: whitespace before ':' E211: whitespace before '(' E221: multiple spaces before operator E222: multiple spaces after operator E225: missing whitespace around operator E226: missing whitespace around arithmetic operator E231: missing whitespace after ',' E251: unexpected spaces around keyword / parameter equals E261: at least two spaces before inline comment Enable them for more thorough testing of code Change-Id: Id03f36070b8f16694a12f4d36858680b6e00d530 Story: 2004515 Task: 30076 Signed-off-by: Eric Barrett <eric.barrett@windriver.com> |
||
---|---|---|
.. | ||
centos | ||
scripts | ||
patch-engtools.sh | ||
README |
The Engineering tools is meant to be installed as a patch. Therefore, the RPM is generated as part of the build but is not included in the image. Assuming your development environment is fully set up, simply run patch-engtools.sh to generate the patch: In this directory ($MY_REPO/stx/middleware/util/recipes-common/engtools/hostdata-collectors), enter the command: >./patch-engtools.sh This generates ENGTOOLS-X.patch (X is Tis release version) which can be applied via sw-patch. The patch is built with --all-nodes option by default. This can be changed to a combination of the following: --controller, --compute, --storage, --controller-compute, and --compute-lowlatency.