Skip to content

Commit 85bf065

Browse files
authored
Merge pull request #800 from StackStorm/st2-self-check
New st2-self-check options
2 parents 6be611a + 9fe6424 commit 85bf065

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/source/troubleshooting/self_verification.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,16 @@ To run the |st2| self-verification script:
2121
.. code-block:: bash
2222
2323
sudo ST2_AUTH_TOKEN=$(st2 auth st2admin -p '<PASSWORD>' -t) /opt/stackstorm/st2/bin/st2-self-check
24+
25+
By default, ``st2-self-check`` will run Orquesta and Mistral tests, but will **not** run Windows tests. This can be
26+
controlled with CLI options. You can also choose which st2tests branch to use:
27+
28+
.. code-block:: bash
29+
30+
Usage: /usr/bin/st2-self-check
31+
32+
Options:
33+
-o Skip Orquesta tests
34+
-m Skip Mistral tests
35+
-w Run Windows tests
36+
-b Which branch of st2tests to use (defaults to master)

0 commit comments

Comments
 (0)