Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#1923 from jeffgarratt/issues/…
Browse files Browse the repository at this point in the history
…961/RBAC-Tcerts-NoAttrs

Issues/961/rbac tcerts no attrs
  • Loading branch information
binhn authored Jun 20, 2016
2 parents bc7d987 + 6b272d7 commit f39a9c5
Show file tree
Hide file tree
Showing 35 changed files with 8,664 additions and 52 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ tags
.#*
# bddtest log files
*.log
# bddtest coverage files
bddtests/coverage
*.cov
# Makefile dummy artifacts
.*-dummy
# go-carpet output files
go-carpet-coverage*
# make node-sdk copied files
Expand Down
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,15 @@ unit-test: peer-image gotools
.PHONY: images
images: $(patsubst %,build/image/%/.dummy, $(IMAGES))

behave-deps: images peer
build/behave/.grpc-dummy:
sudo pip install -q 'grpcio==0.13.1'
mkdir -p build/behave
touch build/behave/.grpc-dummy

behave-grpc: build/behave/.grpc-dummy


behave-deps: images peer behave-grpc
behave: behave-deps
@echo "Running behave tests"
@cd bddtests; behave $(BEHAVE_OPTS)
Expand Down
4 changes: 4 additions & 0 deletions bddtests/.behaverc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ tags=~@issue_724
~@issueUtxo
~@issue_477
~@issue_680
~@issue_1207
~@issue_1565
~@issue_RBAC_TCERT_With_Attributes
~@sdk
229 changes: 229 additions & 0 deletions bddtests/api_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f39a9c5

Please # to comment.