Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
rebase and switch-off nfs case
Browse files Browse the repository at this point in the history
  • Loading branch information
Hao Ni committed May 14, 2021
1 parent bd16e1d commit 963e473
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
24 changes: 12 additions & 12 deletions pipelines/integration-test-remote-l2l.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,18 @@ jobs:
commands: python3 /tmp/nnitest/$(Build.BuildId)/test/vso_tools/start_docker.py $(NNI_RELEASE) $(Build.BuildId) $(password_in_docker)
displayName: Install NNI and run docker on Linux worker

# - script: |
# cd test
# python3 nni_test/nnitest/generate_ts_config.py \
# --ts remote \
# --remote_reuse false \
# --remote_user nni \
# --remote_host $(worker_ip) \
# --remote_port $(docker_port) \
# --remote_pwd $(password_in_docker) \
# --nni_manager_ip $(manager_ip)
# python3 nni_test/nnitest/run_tests.py --config config/integration_tests.yml --ts remote
# displayName: Integration test
- script: |
cd test
python3 nni_test/nnitest/generate_ts_config.py \
--ts remote \
--remote_reuse false \
--remote_user nni \
--remote_host $(worker_ip) \
--remote_port $(docker_port) \
--remote_pwd $(password_in_docker) \
--nni_manager_ip $(manager_ip)
python3 nni_test/nnitest/run_tests.py --config config/integration_tests.yml --ts remote
displayName: Integration test
- script: |
cd test
Expand Down
3 changes: 2 additions & 1 deletion test/config/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ testCases:
class: FileExistValidator
kwargs:
rootpath: /tmp/nnimount/testlocalrootpath


# TODO: Enable this case after nfs server is ready
#- name: shared-storage-remote-nfs
# configFile: test/config/examples/config_sharedstorage_remote_nfs.yml
# config:
Expand Down

0 comments on commit 963e473

Please sign in to comment.