SAML Unit Tests, Go Driver & Removed vendor dependency (#3532)

Этот коммит содержится в:
enahum
2016-07-13 07:38:58 -04:00
коммит произвёл Joram Wilander
родитель d2df385f41
Коммит 540ebbd74d
12 изменённых файлов: 39 добавлений и 499 удалений

Просмотреть файл

@@ -181,14 +181,19 @@ ifeq ($(BUILD_ENTERPRISE_READY),true)
$(GO) test $(GOFLAGS) -run=$(TESTS) -covermode=count -c ./enterprise/ldap && ./ldap.test -test.v -test.timeout=120s -test.coverprofile=cldap.out || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -covermode=count -c ./enterprise/compliance && ./compliance.test -test.v -test.timeout=120s -test.coverprofile=ccompliance.out || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -covermode=count -c ./enterprise/emoji && ./emoji.test -test.v -test.timeout=120s -test.coverprofile=cemoji.out || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -covermode=count -c ./enterprise/saml && ./saml.test -test.v -test.timeout=60s -test.coverprofile=csaml.out || exit 1
tail -n +2 cldap.out >> ecover.out
tail -n +2 ccompliance.out >> ecover.out
tail -n +2 cemoji.out >> ecover.out
rm -f cldap.out ccompliance.out cemoji.out
tail -n +2 csaml.out >> ecover.out
rm -f cldap.out ccompliance.out cemoji.out csaml.out
rm -r ldap.test
rm -r compliance.test
rm -r emoji.test
rm -r saml.test
rm -f config/*.crt
rm -f config/*.key
endif
internal-test-web-client: start-docker prepare-enterprise