Add a testcase for github HTTPS
This commit is contained in:
parent
5ecd341782
commit
421fc4e298
17
test_e2e.sh
17
test_e2e.sh
|
|
@ -1432,6 +1432,23 @@ assert_file_eq "$ROOT"/link/file2 "$TESTCASE"
|
||||||
# Wrap up
|
# Wrap up
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
##############################################
|
||||||
|
# Test github HTTPS
|
||||||
|
# TODO: it would be better if we set up a local HTTPS server
|
||||||
|
##############################################
|
||||||
|
testcase "github-https"
|
||||||
|
GIT_SYNC \
|
||||||
|
--one-time \
|
||||||
|
--repo="https://github.com/kubernetes/git-sync" \
|
||||||
|
--branch=e2e-branch \
|
||||||
|
--rev=HEAD \
|
||||||
|
--root="$ROOT" \
|
||||||
|
--dest="link" \
|
||||||
|
> "$DIR"/log."$TESTCASE" 2>&1
|
||||||
|
assert_file_exists "$ROOT"/link/LICENSE
|
||||||
|
# Wrap up
|
||||||
|
pass
|
||||||
|
|
||||||
# Finally...
|
# Finally...
|
||||||
echo
|
echo
|
||||||
echo "all tests passed: cleaning up $DIR"
|
echo "all tests passed: cleaning up $DIR"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue