beremiz

50600b946ea7
file isExecutable
OPC-US client: add support for x509 and user+password authentication.

Commit for backup not including tests since encrypted OPC-UA test are still not valid.
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker stop $CONTAINER
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER