Skip to content

Commit

Permalink
Update test lists & add 'test/testlist-arm-compute-all.txt'
Browse files Browse the repository at this point in the history
  • Loading branch information
huangpf committed Jun 2, 2017
1 parent d7c4745 commit ce48faa
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 31 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"unit-arm-deployment": "node --max_old_space_size=4096 scripts/unit.js testlist-arm-deployment.txt",
"unit-vm": "node scripts/unit.js testlist-vm.txt",
"unit-vm-live": "node scripts/unit.js testlist-vm-live.txt",
"unit-arm-compute-all": "node scripts/unit.js testlist-arm-compute-all.txt",
"unit-arm-vm": "node scripts/unit.js testlist-arm-vm.txt",
"unit-arm-vm-live": "node scripts/unit.js testlist-arm-vm-live.txt",
"unit-arm-vm-ping": "node scripts/unit.js testlist-arm-vm-ping.txt",
Expand Down
19 changes: 19 additions & 0 deletions test/testlist-arm-compute-all.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#owner @huangpf
# Live + Playback
include:./testlist-arm-vmss.txt
include:./testlist-arm-container.txt
include:./testlist-arm-vm.txt
include:./testlist-arm-availset.txt
include:./testlist-arm-diskvm.txt
include:./testlist-arm-vm-disk.txt
include:./testlist-arm-vm-snapshot.txt
commands/arm/vm/arm.vm-premium-create-tests.js
commands/arm/vm/arm.vm-usage-tests.js
commands/arm/vm/arm.vm-stop-restart-tests.js
commands/arm/vm/arm.vm.disk-attachnew-detach-test.js
commands/arm/vm/arm.vm-create-generate-ssh-tests.js
commands/arm/vm/arm.vm.extension-tests.js
commands/arm/vm/arm.vm.size-tests.js
# Docker
commands/arm/vm/arm.vm-docker-tests.js
commands/arm/vm/arm.vm-docker-ssh-tests.js
20 changes: 1 addition & 19 deletions test/testlist-arm-vm-live.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,2 @@
#owner @huangpf
# Live + Playback
include:./testlist-arm-vmss.txt
include:./testlist-arm-container.txt
include:./testlist-arm-vm.txt
include:./testlist-arm-availset.txt
include:./testlist-arm-diskvm.txt
include:./testlist-arm-vm-disk.txt
include:./testlist-arm-vm-snapshot.txt
commands/arm/vm/arm.vm-premium-create-tests.js
commands/arm/vm/arm.vm-usage-tests.js
commands/arm/vm/arm.vm-stop-restart-tests.js
commands/arm/vm/arm.vm.disk-attachnew-detach-test.js
commands/arm/vm/arm.vm-create-generate-ssh-tests.js
commands/arm/vm/arm.vm.extension-tests.js
commands/arm/vm/arm.vm.size-tests.js
# Docker
commands/arm/vm/arm.vm-docker-tests.js
commands/arm/vm/arm.vm-docker-ssh-tests.js
# Live Only
# Live Only Tests -- To be added here
14 changes: 2 additions & 12 deletions test/testlist-arm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,8 @@ commands/arm/insights/arm.insights.usage-tests.js
#commands/arm/keyvault/arm.keyvault-key-tests.js
#commands/arm/keyvault/arm.keyvault-secret-tests.js
# START - Compute Tests
commands/arm/vm/arm.vm-stop-restart-tests.js
commands/arm/vm/arm.vm.disk-attachnew-detach-test.js
commands/arm/vm/arm.vm-docker-tests.js
commands/arm/vm/arm.vm-docker-ssh-tests.js
commands/arm/vm/arm.vm-create-generate-ssh-tests.js
include:./testlist-arm-vm.txt
include:./testlist-arm-vmss.txt
include:./testlist-arm-container.txt
include:./testlist-arm-availset.txt
include:./testlist-arm-diskvm.txt
include:./testlist-arm-vm-disk.txt
include:./testlist-arm-vm-snapshot.txt
# Please add non-Extension tests in the following test list file
include:./testlist-arm-compute-all.txt
# Extension Tests
commands/arm/vm/arm.vm.extension-tests.js
#commands/arm/vm/arm.vm.enable-aem-tests.js
Expand Down

0 comments on commit ce48faa

Please sign in to comment.