diff --git a/hyperglass/api/fake_output.py b/hyperglass/api/fake_output.py index 57a39eb..6f3eedb 100644 --- a/hyperglass/api/fake_output.py +++ b/hyperglass/api/fake_output.py @@ -21,8 +21,8 @@ ROUTES = [ "weight": 170, "med": 1, "local_preference": 100, - "as_path": [65001], - "communities": ["65000:1"], + "as_path": [65001, 65101, 65102, 65103], + "communities": ["65000:1", "65000:101", "65000:102", "65000:103"], "next_hop": "198.18.0.1", "source_as": 65001, "source_rid": "198.18.0.1", @@ -36,8 +36,8 @@ ROUTES = [ "weight": 170, "med": 1, "local_preference": 100, - "as_path": [65001], - "communities": ["65000:1"], + "as_path": [65001, 65101, 65102, 65103], + "communities": ["65000:1", "65000:101", "65000:102", "65000:103"], "next_hop": "2001:db8::1", "source_as": 65001, "source_rid": "198.18.0.1", @@ -51,8 +51,13 @@ ROUTES = [ "weight": 170, "med": 2, "local_preference": 100, - "as_path": [65002], - "communities": ["65000:2"], + "as_path": [65002, 4200000201, 4200000202, 4200000203], + "communities": [ + "65000:2", + "65000:201", + "198.18.0.2:65000", + "198.18.0.2:650201", + ], "next_hop": "198.18.0.2", "source_as": 65002, "source_rid": "198.18.0.2", @@ -66,8 +71,13 @@ ROUTES = [ "weight": 170, "med": 2, "local_preference": 100, - "as_path": [65002], - "communities": ["65000:2"], + "as_path": [65002, 4200000201, 4200000202, 4200000203], + "communities": [ + "65000:2", + "65000:201", + "198.18.0.2:65000", + "198.18.0.2:650201", + ], "next_hop": "2001:db8::2", "source_as": 65002, "source_rid": "198.18.0.2",