Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Wellbore Domain Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Domain Data Management Services
Wellbore
Wellbore Domain Services
Commits
3a0d40ed
Commit
3a0d40ed
authored
3 years ago
by
Yunhua Koglin
Browse files
Options
Downloads
Patches
Plain Diff
basic test
parent
402f1280
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!229
Chunking support for AWS
Pipeline
#65686
canceled
3 years ago
Stage: review
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/aws-test/build-aws/run-integration-tests.sh
+1
-1
1 addition, 1 deletion
tests/aws-test/build-aws/run-integration-tests.sh
tests/aws-test/build-aws/run-tests.sh
+2
-1
2 additions, 1 deletion
tests/aws-test/build-aws/run-tests.sh
with
3 additions
and
2 deletions
tests/aws-test/build-aws/run-integration-tests.sh
+
1
−
1
View file @
3a0d40ed
...
...
@@ -23,4 +23,4 @@ cd tests/integration
python3 gen_postman_env.py
--token
$svctoken
--base_url
$svc_url
--cloud_provider
"aws"
--acl_domain
$acl_domain
--legal_tag
$legal_tag
--data_partition
$tenant
pytest ./functional
--environment
=
"./generated/postman_environment.json"
--filter-tag
=
!
search
pytest ./functional
--environment
=
"./generated/postman_environment.json"
--filter-tag
=
basic
This diff is collapsed.
Click to expand it.
tests/aws-test/build-aws/run-tests.sh
+
2
−
1
View file @
3a0d40ed
...
...
@@ -44,12 +44,13 @@ rm -rf test-reports/
mkdir
test-reports
cd
integration
acl_domain
=
'example.com'
legal_tag
=
'opendes-sdmstestlegaltag'
python3 gen_postman_env.py
--token
$token
--base_url
$svc_url
--cloud_provider
"aws"
--acl_domain
$acl_domain
--legal_tag
$legal_tag
--data_partition
$tenant
pytest ./functional
--environment
=
"./generated/postman_environment.json"
--filter-tag
=
!
search
pytest ./functional
--environment
=
"./generated/postman_environment.json"
--filter-tag
=
basic
TEST_EXIT_CODE
=
$?
deactivate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment