blob: aee58ca06567085b371f5bc5c1e87f0e7a0db23a [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
##Generate PAP authentication state machine
python yamlFsm.py -p PAPAuthHolder -f nosePAPTest.yaml > ${odir}/nosePAPAuthHolder.py