Skip to content

Commit 6b74f8f

Browse files
committed
change tag names (#64)
1 parent 0897de2 commit 6b74f8f

File tree

36 files changed

+36
-36
lines changed

36 files changed

+36
-36
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ task default: :cucumber
33
begin
44
require 'cucumber/rake/task'
55
Cucumber::Rake::Task.new do |task|
6-
tags = ENV.fetch('TAGS', '@static,@dynamic')
6+
tags = ENV.fetch('TAGS', '@static_topology,@failure_recovery')
77
no_internet_tag = tags.split(',').include?('@internet') ? '' : "--tags '~@internet' "
88
task.cucumber_opts = "--tags '~@wip' #{no_internet_tag}--tags '#{tags}'"
99
end

features/admin/dmz_host_to_dns_host/dns.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: DNS で名前解決
33

44
ネットワーク管理者として、

features/admin/dmz_host_to_internet_host/ping.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: DMZ から インターネット上のサーバへの ping
33

44
ネットワーク管理者として、

features/admin/dmz_host_to_internet_host/web.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: DMZ のサーバのパッケージアップデート
33

44
ネットワーク管理者として、

features/admin/dmz_host_to_internet_ntp_host/ntp.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: NTP で時刻を同期
33

44
ネットワーク管理者として、

features/admin/dmz_host_to_user_pc/ping.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: DMZ のサーバから社内へ ping
33

44
ネットワーク管理者として、

features/admin/dns_host_to_internet_dns_host/dns.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: DNS で名前解決
33

44
ネットワーク管理者として、

features/admin/fw1_l2sw1_linkdown/ping.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@dynamic
1+
@failure_recovery
22
Feature: FW1 - L2SW1 間リンク障害試験
33
ヨーヨーダイン社およびタジマックス社社員として
44
ヨーヨーダイン社 FW に単発の障害が起きたときでも a, b, c の経路を通じて開発環境にアクセスしたい

features/admin/fw1_l2sw1_linkdown/tcp.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@dynamic
1+
@failure_recovery
22
Feature: FW1 - L2SW1 間リンク障害試験
33
ヨーヨーダイン社およびタジマックス社社員として
44
ヨーヨーダイン社 FW に単発の障害が起きたときでも a, b の経路を通じて開発環境にアクセスしたい

features/admin/fw1_l2swex_linkdown/ping.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@dynamic
1+
@failure_recovery
22
Feature: FW1 - L2SWEX 間リンク障害試験
33
ヨーヨーダイン社およびタジマックス社社員として
44
ヨーヨーダイン社 FW に単発の障害が起きたときでも a, b, c の経路を通じて開発環境にアクセスしたい

features/admin/fw1_l2swex_linkdown/tcp.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@dynamic
1+
@failure_recovery
22
Feature: FW1 - L2SWEX 間リンク障害試験
33
ヨーヨーダイン社およびタジマックス社社員として
44
ヨーヨーダイン社 FW に単発の障害が起きたときでも a, b の経路を通じて開発環境にアクセスしたい

features/admin/internet_pc_to_firewall/ping.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: インターネットから Firewall へアクセス
33

44
ネットワーク管理者として、

features/admin/internet_pc_to_router/ping.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: インターネットから Router へアクセス
33

44
ネットワーク管理者として、

features/admin/internet_pc_to_vpn_host/ping.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: インターネットから VPN サーバへ ping
33

44
ネットワーク管理者として、

features/admin/tajimax_pc_to_vpn_host/ping.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: タジマックス社の PC から VPN サーバへアクセス
33

44
ネットワーク管理者として、

features/admin/tajimax_pc_to_vpn_host/vpn.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: タジマックス社の PC から VPN サーバにログイン
33

44
ネットワーク管理者として、

features/admin/user_pc_to_dmz_host/ping.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内から DMZ のサーバへ ping
33

44
ネットワーク管理者として、

features/admin/user_pc_to_dmz_host/ssh.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内の PC から DMZ のサーバにログイン
33

44
ネットワーク管理者として、

features/admin/user_pc_to_dns_host/ping.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内 PC から DNS サーバへアクセス
33

44
ネットワーク管理者として、

features/admin/user_pc_to_dns_host/ssh.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内の PC から DMZ の DNS サーバに ssh でログイン
33

44
ネットワーク管理者として、

features/admin/user_pc_to_git_host/ssh.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内から資産管理サーバに ssh でログイン
33

44
ネットワーク管理者として、

features/admin/user_pc_to_internet_host/ping.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内からインターネットへアクセス
33

44
ネットワーク管理者として、

features/admin/user_pc_to_test_host/ssh.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内からテスト環境サーバに ssh でログイン
33

44
ネットワーク管理者として、

features/admin/user_pc_to_vpn_host/ssh.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内 PC から VPN サーバにログイン
33

44
ネットワーク管理者として、

features/admin/vpn_address_pool_to_git_host/git.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: DMZ の VPN アドレスプールから社内の資産管理サーバへ git
33

44
ネットワーク管理者として、

features/admin/vpn_address_pool_to_test_host/jenkins.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内テスト環境の Web コンソールへの接続確認
33

44
ネットワーク管理者として、

features/admin/vpn_address_pool_to_test_host/telnet.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内テスト環境接続確認
33

44
ネットワーク管理者として、

features/user/fw1_l2sw1_linkdown/tcp.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@dynamic
1+
@failure_recovery
22
Feature: リモート開発環境への安定したアクセス
33
タジマックス社の社員として
44
ヨーヨーダイン社内の開発環境に安定してアクセスしたい

features/user/fw1_l2swex_linkdown/tcp.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@dynamic
1+
@failure_recovery
22
Feature: リモート開発環境への安定したアクセス
33
タジマックス社の社員として
44
ヨーヨーダイン社内の開発環境に安定してアクセスしたい

features/user/user_pc_to_dns_host/dns.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: DNS で名前解決
33

44
開発者として、

features/user/user_pc_to_git_host/git.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内 Git サービス
33

44
開発者として、

features/user/user_pc_to_google/web.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@internet @static
1+
@internet @static_topology
22
Feature: Google 検索
33

44
開発者として、

features/user/user_pc_to_internet_host/web.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: Google 検索
33

44
開発者として、

features/user/user_pc_to_nict/ntp.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@internet @static
1+
@internet @static_topology
22
Feature: NTP で時刻を同期
33

44
開発者として、

features/user/user_pc_to_test_host/jenkins.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内テスト環境サーバの Web コンソールにアクセス
33

44
開発者として、

features/user/user_pc_to_test_host/telnet.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@static
1+
@static_topology
22
Feature: 社内テスト環境サーバ設定
33

44
開発者として、

0 commit comments

Comments
 (0)