End to End tests framework

This commit is contained in:
Phani Teja Marupaka
2020-01-12 16:04:29 -08:00
parent 4e7446540c
commit 1d3c3995ed
3 changed files with 55 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
#
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
set -o nounset
set -o errexit
set -o pipefail
mdrip --blockTimeOut 60m0s --mode test \
--label testE2EAgainstLatestRelease examples
echo "Example e2e tests passed against ${version}."