blob: 51fd8d3aea5f5b49f8db22d54a2192fe8b62af07 [file] [log] [blame]
#!/bin/bash
odir="$1"
if [ -z "$odir" ]; then
odir = "./"
fi
##Generate TLS authentication Test state machine
python yamlFsm.py -p TlsAuthHolder -f noseTlsAuthTest.yaml > ${odir}/noseTlsAuthHolder.py
##Generate PAP authentication state machine
python yamlFsm.py -p PAPAuthHolder -f nosePAPTest.yaml > ${odir}/nosePAPAuthHolder.py
##Generate DNS test state machine
python yamlFsm.py -p DnsHolder -f noseDnsTest.yaml > ${odir}/noseDnsHolder.py