blob: 5ac8ae15ab806741ae749d93f5695f32c9dab733 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|