Gitiles
Code Review
Sign In
gerrit.opencord.org
/
cord-tester
/
7ef1b1ffcd246c9f23e116d69f92ae7c460e1922
/
.
/
src
/
test
/
builder
/
buildFsm.sh
blob: 75400085da920c210b8962bf036639144bb90fe8 [
file
] [
log
] [
blame
]
#!/bin/bash
odir
=
"$1"
if
[
-
z
"$odir"
];
then
odir
=
"./"
fi
##Generate TLS authentication state machine
python yamlFsm
.
py
-
p
TlsAuthHolder
-
f noseTlsAuthTest
.
yaml
>
$
{
odir
}/
noseTlsAuthHolder
.
py