Skip to content

Commit

Permalink
BCDA-6518: add PACA test scenario coverage (#815)
Browse files Browse the repository at this point in the history
* BCDA-6518: add PACA test scenario coverage for test ACO ID with fully adj access only

* BCDA-6518: Included Mix full & partial adj resource type scenario coverage
  • Loading branch information
krobertson3314 authored Dec 7, 2022
1 parent c3428e3 commit 1acf56f
Show file tree
Hide file tree
Showing 2 changed files with 519 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ postman:
$(eval CLIENT_ID:=$(shell echo $(CLIENT_TEMP) |awk '{print $$1}'))
$(eval CLIENT_SECRET:=$(shell echo $(CLIENT_TEMP) |awk '{print $$2}'))

# to test alrEnabled, include --global-var alrEnabled=true below
docker-compose -f docker-compose.test.yml build postman_test
@docker-compose -f docker-compose.test.yml run --rm postman_test test/postman_test/BCDA_Tests_Sequential.postman_collection.json \
-e test/postman_test/$(env).postman_environment.json --global-var "token=$(token)" --global-var clientId=$(CLIENT_ID) --global-var clientSecret=$(CLIENT_SECRET) \
--global-var blacklistedClientId=$(BLACKLIST_CLIENT_ID) --global-var blacklistedClientSecret=$(BLACKLIST_CLIENT_SECRET) \
--global-var v2Disabled=false \
--global-var alrEnabled=true \
--global-var maintenanceMode=$(maintenanceMode)

unit-test: unit-test-ssas unit-test-db load-fixtures-ssas
Expand Down
Loading

0 comments on commit 1acf56f

Please sign in to comment.