build.assets/charts/smoke_tests/README.md
This directory contains some smoke tests for our Docker images. Smoke tests are quick go-or-no-go tests to check and see if the images we're shipping meet some basic functionality standard.
At the time of writing, that statndard is pretty low:
teleport start at all, andPAM soubsystem come up when loaded by teleport.How do we raise the bar? More and better tests!
$ ./run $PLATFORM $IMAGE_UNDER_TEST $TELEPORT_RELEASE
Where
$PLATFORM is the platform to test, in a format acceptable to docker run$IMAGE_UNDER_TEST is the URL of the image to test$TELEPORT_RELEASE is the release of teleport included in the
$IMAGE_UNDER_TEST image. Must be either oss or enterprise.smoketest root.test.sh+x permissions),oss or enterprise.0 on success, nonzero on error