This is a simple example of howto run a LST test as a systemd service on your CoreOS system. We use Docker to create the actual load.
$ sudo systemctl start lst$ sudo systemctl status lst$ sudo journalctl -u lst -fYou can run this script using only bash as well. Just use the lst.sh script.