-
Notifications
You must be signed in to change notification settings - Fork 4
/
logbook_external.feature
28 lines (22 loc) · 1.3 KB
/
logbook_external.feature
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# language: fr
@Logbook
@Logbook_external
Fonctionnalité: vérifier la possibilité d'intégrer des journaux depuis l'extérieur
description
Contexte:
Etant donné les tests effectués sur le tenant 0
@Light
Scénario: Test d'insertion d'un journal d'opération externe OK
Etant donné un fichier de logbook operation nommé data/external_logbook/OK_external_logbook.json
Et j'importe un journal d'opération correct
Et je recherche le journal des opérations
Alors le statut final du journal des opérations est OK
Et le champ 'evTypeProc' de l'évenement final est : EXTERNAL
Et le champ 'outMessg' de l'évenement final est : External Random operation succeeded
Et le champ 'outDetail' de l'évenement final est : EXT_RANDOM_OPERATION.OK
Scénario: Test d'insertion d'un journal d'opération externe KO (evTypeProc est incorrect)
Etant donnée un fichier de logbook operation nommé data/external_logbook/KO_external_logbook_incorrect_evTypeProc.json
Et j'importe un journal d'opération incorrect
Scénario: Test d'insertion d'un journal d'opération externe KO (evType est incorrect)
Etant donnée un fichier de logbook operation nommé data/external_logbook/KO_external_logbook_incorrect_evType.json
Et j'importe un journal d'opération incorrect