diff options
Diffstat (limited to 'test/func/README.txt')
-rw-r--r-- | test/func/README.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/func/README.txt b/test/func/README.txt new file mode 100644 index 0000000..5ac8ae1 --- /dev/null +++ b/test/func/README.txt @@ -0,0 +1,12 @@ + +Clone the sshsm repo using + +git clone https://gerrit.onap.org/r/aaf/sshsm + +cd ~/sshsm/test/func + +Run tests using: + +./test.sh <srk handle> <password> + +A return value of 0 is considered successful completion of all the tests |