Skip to content

Integration tests for scenarios which involves BTP related operations such as updating repository id, subscribing and unsubscribing application#263

Open
akgarg06 wants to merge 23 commits into
developfrom
SDMEXT-2854
Open

Integration tests for scenarios which involves BTP related operations such as updating repository id, subscribing and unsubscribing application#263
akgarg06 wants to merge 23 commits into
developfrom
SDMEXT-2854

Conversation

@akgarg06
Copy link
Copy Markdown
Collaborator

@akgarg06 akgarg06 commented May 14, 2026

Describe your changes

Any documentation

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist before requesting a review

  • I have tested the functionality on my cloud environment.
  • I have provided sufficient automated/ unit tests for the code.
  • I have increased or maintained the test coverage.
  • I have ran integration tests on my cloud environment.
  • I have validated blackduck portal for any vulnerability after my commit.

Upload Screenshots/lists of the scenarios tested

  • I have Uploaded Screenshots or added lists of the scenarios tested in description

Single Tenant run : https://github.com/cap-js/sdm/actions/runs/25845813348

modifiedBy: 'test@test.com'
};

response = await api.createAttachment(appUrl, serviceName, entityName, bookId, postData, file);
const SUBSCRIBE_SCRIPT = path.join(SCRIPTS_DIR, 'cf-subscribe.sh');
const UNSUBSCRIBE_SCRIPT = path.join(SCRIPTS_DIR, 'cf-unsubscribe.sh');
const REPO_MANAGE_SCRIPT = path.join(SCRIPTS_DIR, 'sdm-repo-manage.sh');
const CF_LOGS_SCRIPT = path.join(SCRIPTS_DIR, 'cf-logs.sh');
const CF_LOGS_SCRIPT = path.join(SCRIPTS_DIR, 'cf-logs.sh');

const SUBSCRIPTION_REPO_EXTERNAL_ID = credentials.defaultRepositoryIDMT || 'MULTITENANT-TEST-REPO';
const MT_APP_NAME = credentials.MT_APP_NAME;
'use strict';

const { execFile } = require('child_process');
const path = require('path');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant