From 3768b46579c4ac0cb1179f296978489d1f1b2100 Mon Sep 17 00:00:00 2001 From: PeyaPeyaPeyang Date: Mon, 11 Sep 2023 02:58:14 +0900 Subject: [PATCH] chore: Remove unnecessary test --- .../actions/server/CommandDispatch-3.yml | 24 ------------------- .../actions/server/CommandDispatch-4.yml | 22 ----------------- .../scenarios/actions/server/Log-4.yml | 17 ------------- 3 files changed, 63 deletions(-) delete mode 100644 ScenamaticaPlugin/src/main/resources/scenarios/actions/server/CommandDispatch-3.yml delete mode 100644 ScenamaticaPlugin/src/main/resources/scenarios/actions/server/CommandDispatch-4.yml delete mode 100644 ScenamaticaPlugin/src/main/resources/scenarios/actions/server/Log-4.yml diff --git a/ScenamaticaPlugin/src/main/resources/scenarios/actions/server/CommandDispatch-3.yml b/ScenamaticaPlugin/src/main/resources/scenarios/actions/server/CommandDispatch-3.yml deleted file mode 100644 index 797797645..000000000 --- a/ScenamaticaPlugin/src/main/resources/scenarios/actions/server/CommandDispatch-3.yml +++ /dev/null @@ -1,24 +0,0 @@ -# noinspection YAMLSchemaValidation -scenamatica: ${project.version} - -name: actions_server_command_dispatch_3 -description: Testing command_dispatch action without command works or not -on: - - type: on_load - - type: manual_dispatch - -context: - actors: - - name: Actor001 - - -scenario: - - type: execute - action: command_dispatch - with: - command: say Hello World! - sender: Actor001 - - type: expect - action: command_dispatch - with: - sender: Actor001 diff --git a/ScenamaticaPlugin/src/main/resources/scenarios/actions/server/CommandDispatch-4.yml b/ScenamaticaPlugin/src/main/resources/scenarios/actions/server/CommandDispatch-4.yml deleted file mode 100644 index 54bb3aa8e..000000000 --- a/ScenamaticaPlugin/src/main/resources/scenarios/actions/server/CommandDispatch-4.yml +++ /dev/null @@ -1,22 +0,0 @@ -# noinspection YAMLSchemaValidation -scenamatica: ${project.version} - -name: actions_server_command_dispatch_4 -description: Testing command_dispatch action without argument works or not -on: - - type: on_load - - type: manual_dispatch - -context: - actors: - - name: Actor001 - - -scenario: - - type: execute - action: command_dispatch - with: - command: say Hello World! - sender: Actor001 - - type: expect - action: command_dispatch diff --git a/ScenamaticaPlugin/src/main/resources/scenarios/actions/server/Log-4.yml b/ScenamaticaPlugin/src/main/resources/scenarios/actions/server/Log-4.yml deleted file mode 100644 index 264e85006..000000000 --- a/ScenamaticaPlugin/src/main/resources/scenarios/actions/server/Log-4.yml +++ /dev/null @@ -1,17 +0,0 @@ -# noinspection YAMLSchemaValidation -scenamatica: ${project.version} - -name: actions_server_log_4 -description: Testing server_log action without argument or not -on: - - type: on_load - - type: manual_dispatch - -scenario: - - type: execute - action: server_log - with: - message: "PONG" - level: INFO - - type: expect - action: server_log