summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorNaoto Hanaue <hanaue.naoto@po.ntts.co.jp>2015-07-15 19:19:42 +0900
committerNaoto Hanaue <hanaue.naoto@po.ntts.co.jp>2015-07-15 19:37:21 +0900
commit3cfce356e43e5f9c4e2f2429ed2a3971b863f1a6 (patch)
treeb5bb473789cdf0c19dae08817652182ce030c8cb /test
parentb56ddd477bccd5ae0bd830b95de977ba516f066b (diff)
cli: support extended community
Diffstat (limited to 'test')
-rw-r--r--test/scenario_test/policy/policy_generator.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scenario_test/policy/policy_generator.go b/test/scenario_test/policy/policy_generator.go
index 9b35c5aa..5e2308d4 100644
--- a/test/scenario_test/policy/policy_generator.go
+++ b/test/scenario_test/policy/policy_generator.go
@@ -208,11 +208,11 @@ func createPolicyConfig() *config.RoutingPolicy {
CommunityMembers: []string{"6[0-9]+:[0-9]+"},
}
eComOrigin := config.ExtCommunitySet{
- ExtCommunitySetName: "eComAS4",
+ ExtCommunitySetName: "eComOrigin",
ExtCommunityMembers: []string{"SoO:65001.65100:200"},
}
eComTarget := config.ExtCommunitySet{
- ExtCommunitySetName: "eComRegExp",
+ ExtCommunitySetName: "eComTarget",
ExtCommunityMembers: []string{"RT:6[0-9]+:3[0-9]+"},
}