test(fix aut lost connection) hook subprocesses added (#10674)

This commit is contained in:
Vladimir Druzhinin 2023-05-15 10:38:56 +02:00 committed by GitHub
parent 8e8f194eb7
commit f345334b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,7 @@
AUT=nim_status_client
ENVVARS=envvars
HOOK_SUB_PROCESSES=true
IMPLICITAUTSTART=0
LANGUAGE=Python
OBJECTMAPSTYLE=script
TEST_CASES=tst_communityFlows tst_searchFlows tst_communityMessageFlows tst_communityMemberFlows tst_communityAdminFlows tst_communitySettings tst_communityPermissions

View File

@ -1,5 +1,7 @@
AUT=nim_status_client
ENVVARS=envvars
HOOK_SUB_PROCESSES=true
IMPLICITAUTSTART=0
LANGUAGE=Python
OBJECTMAPSTYLE=script
TEST_CASES=tst_groupChat tst_adminGroupChat

View File

@ -1,5 +1,7 @@
AUT=nim_status_client
ENVVARS=envvars
HOOK_SUB_PROCESSES=true
IMPLICITAUTSTART=0
LANGUAGE=Python
OBJECTMAPSTYLE=script
TEST_CASES=tst_statusSignUp tst_passwordStrength tst_statusLoginPassword tst_signUpNegativeCases tst_signUpSeedPhraseNegativeCases

View File

@ -1,5 +1,7 @@
AUT=nim_status_client
ENVVARS=envvars
HOOK_SUB_PROCESSES=true
IMPLICITAUTSTART=0
LANGUAGE=Python
OBJECTMAPSTYLE=script
TEST_CASES=tst_mainSettingsSection tst_userIdentity tst_languageSettings tst_signUpAndQuit

View File

@ -1,6 +1,6 @@
AUT=nim_status_client
ENVVARS=envvars
HOOK_SUB_PROCESSES=false
HOOK_SUB_PROCESSES=true
IMPLICITAUTSTART=0
LANGUAGE=Python
OBJECTMAPSTYLE=script