File tree Expand file tree Collapse file tree 5 files changed +15
-6
lines changed
acceptance/bundle/templates/default-python/combinations Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,8 @@ Validation OK!
3535Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/X[UNIQUE_NAME]/dev/files...
3636Deploying resources...
3737Deployment complete!
38+
39+ >>> [TESTROOT]/bundle/templates/default-python/combinations/classic/../check_output.py [CLI] bundle deploy -t prod
40+ Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/X[UNIQUE_NAME]/prod/files...
41+ Deploying resources...
42+ Deployment complete!
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ trace $CLI bundle validate -t prod
88
99trace $TESTDIR/../check_output.py $CLI bundle deploy -t dev
1010
11- # Fails on testserver with: Error: Method Not Allowed
12- #trace ../check_output.py $CLI bundle deploy -t prod
11+ trace $TESTDIR/../check_output.py $CLI bundle deploy -t prod
1312
1413cd ..
1514rm -fr X*
Original file line number Diff line number Diff line change @@ -35,3 +35,8 @@ Validation OK!
3535Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/X[UNIQUE_NAME]/dev/files...
3636Deploying resources...
3737Deployment complete!
38+
39+ >>> [TESTROOT]/bundle/templates/default-python/combinations/serverless/../check_output.py [CLI] bundle deploy -t prod
40+ Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/X[UNIQUE_NAME]/prod/files...
41+ Deploying resources...
42+ Deployment complete!
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ trace $CLI bundle validate -t prod
88
99trace $TESTDIR/../check_output.py $CLI bundle deploy -t dev
1010
11- # Fails on testserver with: Error: Method Not Allowed
12- #trace ../check_output.py $CLI bundle deploy -t prod
11+ trace $TESTDIR/../check_output.py $CLI bundle deploy -t prod
1312
1413cd ..
1514rm -fr X*
Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ EnvMatrix.DLT = ["yes", "no"]
1212# INCLUDE_PYTHON
1313EnvMatrix.PY = [" yes" , " no" ]
1414
15- # SERVERLESS -- configured in subtest
16- # EnvMatrix.S = ["yes", "no"]
15+ [[Server ]]
16+ Pattern = " PUT /api/2.0/permissions/directories/0"
17+ Response.Body = ' {}'
1718
1819[[Repls ]]
1920Old = ' 202\d{5}.\d{5,}'
You can’t perform that action at this time.
0 commit comments