diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-08-05 21:11:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 21:11:46 +0300 |
commit | 69d3df5f945adc4f7ab5d1198167a1dbc8412fc9 (patch) | |
tree | 93b21cd948048778a2b2557783157f40d6ada3d9 /test-scenarios | |
parent | 155bec7262698afd996b9a2ff4659d88bf168abc (diff) |
Rename feature: 'common' to 'common-utils' (#79)
* Renaming feature: 'common' to 'common-utils'
* removing duplicate tests
Diffstat (limited to 'test-scenarios')
-rw-r--r-- | test-scenarios/install_jupyterlab.sh | 4 | ||||
-rw-r--r-- | test-scenarios/scenarios.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test-scenarios/install_jupyterlab.sh b/test-scenarios/install_jupyterlab.sh index 2a4aaa3..9c5e453 100644 --- a/test-scenarios/install_jupyterlab.sh +++ b/test-scenarios/install_jupyterlab.sh @@ -8,5 +8,9 @@ source dev-container-features-test-lib check "version" jupyter lab --version check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_notebook_config.py +check "user" whoami | grep vscode +check "zsh" zsh --version +check "wget" wget -V + # Report result reportResults diff --git a/test-scenarios/scenarios.json b/test-scenarios/scenarios.json index 20d802c..4ff49ed 100644 --- a/test-scenarios/scenarios.json +++ b/test-scenarios/scenarios.json @@ -31,7 +31,7 @@ "image": "mcr.microsoft.com/vscode/devcontainers/base:focal", "remoteUser": "vscode", "features": { - "common": { + "common-utils": { "username": "vscode" }, "python": { |