-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2228 from zowe/update-next-with-master
Update Next with Master Changes
- Loading branch information
Showing
42 changed files
with
317 additions
and
165 deletions.
There are no files selected for viewing
109 changes: 108 additions & 1 deletion
109
__tests__/__integration__/__snapshots__/imperative.secure.integration.test.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
..._/imperative/__tests__/__integration__/cli/cli.imperative-test-cli.integration.subtest.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* | ||
* This program and the accompanying materials are made available under the terms of the | ||
* Eclipse Public License v2.0 which accompanies this distribution, and is available at | ||
* https://www.eclipse.org/legal/epl-v20.html | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 | ||
* | ||
* Copyright Contributors to the Zowe Project. | ||
* | ||
*/ | ||
|
||
// These tests require access to the same values on the keyring, therefore they cannot run in parallel | ||
// The test order is important - some tests depend on other tests not running first - do not change it | ||
/* eslint-disable max-len */ | ||
|
||
describe("Imperative Test CLI Secure Tests", () => { | ||
// require("./auth/imperative.test.cli.auth.login.fruit.integration.subtest"); | ||
// require("./auth/imperative.test.cli.auth.logout.fruit.integration.subtest"); | ||
require("./config/auto-init/imperative.test.cli.config.auto-init.fruit.integration.subtest"); | ||
require("./config/convert-profiles/cli.imperative-test-cli.config.convert-profiles.integration.subtest"); | ||
require("./config/edit/cli.imperative-test-cli.config.edit.integration.subtest"); | ||
require("./config/import/cli.imperative-test-cli.config.import.integration.subtest"); | ||
require("./config/init/cli.imperative-test-cli.config.init.integration.subtest"); | ||
require("./config/list/cli.imperative-test-cli.config.list.integration.subtest"); | ||
require("./config/profiles/cli.imperative-test-cli.config.profiles.integration.subtest"); | ||
require("./config/secure/cli.imperative-test-cli.config.secure.integration.subtest"); | ||
require("./config/set/cli.imperative-test-cli.config.set.integration.subtest"); | ||
require("./test/cli.imperative-test-cli.test.config-auto-store.integration.subtest"); | ||
require("./test/cli.imperative-test-cli.test.config-override.integration.subtest"); | ||
}); |
File renamed without changes.
17 changes: 0 additions & 17 deletions
17
...onfig/import/__snapshots__/cli.imperative-test-cli.config.import.integration.test.ts.snap
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.