From c0ac6a960bdd8c4ec77b2c89acd29c4e422278c6 Mon Sep 17 00:00:00 2001 From: Nikos Kontakis Date: Tue, 21 Feb 2023 00:20:44 +0200 Subject: [PATCH] Rename .feature extension to .zndsl (#2215) * Rename .feature extension to .zndsl * Rename .feature to .zndsl into scripts --- scripts/ci/gitlab/pipeline/zombienet.yml | 14 +++++++------- ...ocks_from_tip_without_connected_collator.zndsl} | 0 ...ov_recovery.feature => 0002-pov_recovery.zndsl} | 0 ...up.feature => 0003-full_node_catching_up.zndsl} | 0 ..._upgrade.feature => 0004-runtime_upgrade.zndsl} | 0 ...ara.feature => 0005-migrate_solo_to_para.zndsl} | 0 ...ature => 0006-rpc_collator_builds_blocks.zndsl} | 0 ...sync.feature => 0007-full_node_warp_sync.zndsl} | 0 8 files changed, 7 insertions(+), 7 deletions(-) rename zombienet/tests/{0001-sync_blocks_from_tip_without_connected_collator.feature => 0001-sync_blocks_from_tip_without_connected_collator.zndsl} (100%) rename zombienet/tests/{0002-pov_recovery.feature => 0002-pov_recovery.zndsl} (100%) rename zombienet/tests/{0003-full_node_catching_up.feature => 0003-full_node_catching_up.zndsl} (100%) rename zombienet/tests/{0004-runtime_upgrade.feature => 0004-runtime_upgrade.zndsl} (100%) rename zombienet/tests/{0005-migrate_solo_to_para.feature => 0005-migrate_solo_to_para.zndsl} (100%) rename zombienet/tests/{0006-rpc_collator_builds_blocks.feature => 0006-rpc_collator_builds_blocks.zndsl} (100%) rename zombienet/tests/{0007-full_node_warp_sync.feature => 0007-full_node_warp_sync.zndsl} (100%) diff --git a/scripts/ci/gitlab/pipeline/zombienet.yml b/scripts/ci/gitlab/pipeline/zombienet.yml index 9a9bd4f5bc..808edcfb52 100644 --- a/scripts/ci/gitlab/pipeline/zombienet.yml +++ b/scripts/ci/gitlab/pipeline/zombienet.yml @@ -50,7 +50,7 @@ zombienet-0001-sync_blocks_from_tip_without_connected_collator: - /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh --github-remote-dir="${GH_DIR}" --concurrency=1 - --test="0001-sync_blocks_from_tip_without_connected_collator.feature" + --test="0001-sync_blocks_from_tip_without_connected_collator.zndsl" zombienet-0002-pov_recovery: extends: @@ -62,7 +62,7 @@ zombienet-0002-pov_recovery: - /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh --github-remote-dir="${GH_DIR}" --concurrency=1 - --test="0002-pov_recovery.feature" + --test="0002-pov_recovery.zndsl" zombienet-0003-full_node_catching_up: extends: @@ -74,7 +74,7 @@ zombienet-0003-full_node_catching_up: - /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh --github-remote-dir="${GH_DIR}" --concurrency=1 - --test="0003-full_node_catching_up.feature" + --test="0003-full_node_catching_up.zndsl" zombienet-0004-runtime_upgrade: extends: @@ -95,7 +95,7 @@ zombienet-0004-runtime_upgrade: - /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh --github-remote-dir="${GH_DIR}" --concurrency=1 - --test="0004-runtime_upgrade.feature" + --test="0004-runtime_upgrade.zndsl" zombienet-0005-migrate_solo_to_para: extends: @@ -114,7 +114,7 @@ zombienet-0005-migrate_solo_to_para: - /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh --github-remote-dir="${GH_DIR}" --concurrency=1 - --test="0005-migrate_solo_to_para.feature" + --test="0005-migrate_solo_to_para.zndsl" zombienet-0006-rpc_collator_builds_blocks: extends: @@ -126,7 +126,7 @@ zombienet-0006-rpc_collator_builds_blocks: - /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh --github-remote-dir="${GH_DIR}" --concurrency=1 - --test="0006-rpc_collator_builds_blocks.feature" + --test="0006-rpc_collator_builds_blocks.zndsl" zombienet-0007-full_node_warp_sync: extends: @@ -138,4 +138,4 @@ zombienet-0007-full_node_warp_sync: - /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh --github-remote-dir="${GH_DIR}" --concurrency=1 - --test="0007-full_node_warp_sync.feature" + --test="0007-full_node_warp_sync.zndsl" diff --git a/zombienet/tests/0001-sync_blocks_from_tip_without_connected_collator.feature b/zombienet/tests/0001-sync_blocks_from_tip_without_connected_collator.zndsl similarity index 100% rename from zombienet/tests/0001-sync_blocks_from_tip_without_connected_collator.feature rename to zombienet/tests/0001-sync_blocks_from_tip_without_connected_collator.zndsl diff --git a/zombienet/tests/0002-pov_recovery.feature b/zombienet/tests/0002-pov_recovery.zndsl similarity index 100% rename from zombienet/tests/0002-pov_recovery.feature rename to zombienet/tests/0002-pov_recovery.zndsl diff --git a/zombienet/tests/0003-full_node_catching_up.feature b/zombienet/tests/0003-full_node_catching_up.zndsl similarity index 100% rename from zombienet/tests/0003-full_node_catching_up.feature rename to zombienet/tests/0003-full_node_catching_up.zndsl diff --git a/zombienet/tests/0004-runtime_upgrade.feature b/zombienet/tests/0004-runtime_upgrade.zndsl similarity index 100% rename from zombienet/tests/0004-runtime_upgrade.feature rename to zombienet/tests/0004-runtime_upgrade.zndsl diff --git a/zombienet/tests/0005-migrate_solo_to_para.feature b/zombienet/tests/0005-migrate_solo_to_para.zndsl similarity index 100% rename from zombienet/tests/0005-migrate_solo_to_para.feature rename to zombienet/tests/0005-migrate_solo_to_para.zndsl diff --git a/zombienet/tests/0006-rpc_collator_builds_blocks.feature b/zombienet/tests/0006-rpc_collator_builds_blocks.zndsl similarity index 100% rename from zombienet/tests/0006-rpc_collator_builds_blocks.feature rename to zombienet/tests/0006-rpc_collator_builds_blocks.zndsl diff --git a/zombienet/tests/0007-full_node_warp_sync.feature b/zombienet/tests/0007-full_node_warp_sync.zndsl similarity index 100% rename from zombienet/tests/0007-full_node_warp_sync.feature rename to zombienet/tests/0007-full_node_warp_sync.zndsl