Skip to content
Snippets Groups Projects
Commit 7ef71777 authored by Neda Moeini's avatar Neda Moeini Committed by Mohammad Torkashvand
Browse files

IPTrunk side ga id renaming.

parent bd9fc75c
No related branches found
No related tags found
1 merge request!324Feature/manage sid and gids
......@@ -24,13 +24,13 @@ def workflow_input_data(faker, router_subscription_factory):
"iptrunk_isis_metric": 10000,
"side_a_node_id": router_subscription_factory(),
"side_a_ae_iface": faker.network_interface(),
"side_a_ae_geant_a_sid": faker.geant_sid(),
"side_a_ga_id": faker.geant_gid(),
"side_a_ae_members": [
{"interface_name": faker.network_interface(), "interface_description": faker.sentence()} for _ in range(3)
],
"side_b_node_id": router_subscription_factory(),
"side_b_ae_iface": faker.network_interface(),
"side_b_ae_geant_a_sid": faker.geant_sid(),
"side_b_ga_id": faker.geant_gid(),
"side_b_ae_members": [
{"interface_name": faker.network_interface(), "interface_description": faker.sentence()} for _ in range(3)
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment