зеркало из
1
0
Форкнуть 0

Re-activate d2c and method disconnect tests

This commit is contained in:
Pierre Cauchois 2019-02-11 12:23:05 -08:00 коммит произвёл Pierre Cauchois
Родитель 4129552130
Коммит a026d69130
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -57,10 +57,10 @@
"module_messaging": "mocha --reporter mocha-multi-reporters --reporter-options configFile=../mocha-reports.json test/module_messaging.js",
"module_twin": "mocha --reporter mocha-multi-reporters --reporter-options configFile=../mocha-reports.json test/module_twin.js",
"module_methods": "mocha --reporter mocha-multi-reporters --reporter-options configFile=../mocha-reports.json test/module_methods.js",
"flaky_tests": "npm-run-all -p -l job_client method_disconnect d2c_disconnect twin_disconnect server_validation",
"flaky_tests": "npm-run-all -p -l job_client twin_disconnect server_validation",
"phase0_modules": "npm-run-all -p -l module_crud module_messaging module_twin module_methods configurations",
"phase1_fast": "npm-run-all -p -l service registry device_acknowledge_tests upload_disconnect authentication",
"phase2_slow": "npm-run-all -p -l file_upload device_method twin_e2e_tests sas_token_tests device_service empty_messages c2d_disconnect",
"phase2_slow": "npm-run-all -p -l file_upload device_method twin_e2e_tests sas_token_tests device_service empty_messages c2d_disconnect method_disconnect d2c_disconnect",
"alltest": "npm run phase0_modules && npm run phase1_fast && npm run phase2_slow",
"e2e": "npm -s run lint && npm -s run alltest",
"test": "npm -s run lint && npm -s run alltest"