Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • S seismic-dms-service
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 49
    • Issues 49
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Domain Data Management Services
  • Seismic
  • Seismic DMS Suite
  • seismic-dms-service
  • Merge requests
  • !432

Draft: feat: add e2e tests for sdms-v4 generic dataset APIs

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Varunkumar Manohar requested to merge slb/vm/sdms-v4-integration-tests into master Jul 01, 2022
  • Overview 1
  • Commits 4
  • Pipelines 5
  • Changes 13

This MR adds 19 end-to-end generic-dataset integration tests for SDMS V4 APIs

To run these tests the following steps are required

  1. Set the config.json with appropriate values

    {
     "partition": "#{data-partition}#",
     "url": "http://localhost:5000/seistore-svc/api/v4/",
     "credential": "token accepted by sddms-v4",
     "legalTag": "legal-tag" ,
     "ownerAcl": "entitlement-admin-group-email",
     "viewerAcl": "entitlement-viewer-group-email",
     "user": "user-email-address"
    }
  2. Ensure the URL points to a valid SDDMS-v4 deployment. If running locally, ensure the service is running

  3. Run the end-to-end tests

    ./tests/e2e/run_e2e_tests.sh --seistore-svc-url="http://localhost:5000/seistore-svc/api/v4/"
    --user-idtoken="${STOKEN}" \
    --datapartition="${PARTITION" \
    --legaltag="${LEGAL_TAG}" \
    --admin-acl-group="${ADMIN_ACL_GROUP}" \
    --viewer-acl-group="${VIEWER_ACL_GROUP}" \
    --user="{EMAIL_ID}" 

    image

Edited Jul 28, 2022 by Diego Molteni
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: slb/vm/sdms-v4-integration-tests