Skip to content
Snippets Groups Projects
Commit e5722aa3 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Add ISIS and Ping checks to create iptrunk

parent 081469f9
No related branches found
No related tags found
1 merge request!52Feature/nat 212 213
This commit is part of merge request !52. Comments created here will be created in the context of that merge request.
...@@ -264,10 +264,10 @@ def create_iptrunk() -> StepList: ...@@ -264,10 +264,10 @@ def create_iptrunk() -> StepList:
>> get_info_from_ipam >> get_info_from_ipam
>> pp_interaction(provision_ip_trunk_iface_dry, 3) >> pp_interaction(provision_ip_trunk_iface_dry, 3)
>> pp_interaction(provision_ip_trunk_iface_real, 3) >> pp_interaction(provision_ip_trunk_iface_real, 3)
>> check_ip_trunk_connectivity >> pp_interaction(check_ip_trunk_connectivity, 2)
>> pp_interaction(provision_ip_trunk_isis_iface_dry, 3) >> pp_interaction(provision_ip_trunk_isis_iface_dry, 3)
>> pp_interaction(provision_ip_trunk_isis_iface_real, 3) >> pp_interaction(provision_ip_trunk_isis_iface_real, 3)
>> check_ip_trunk_isis >> pp_interaction(check_ip_trunk_isis, 2)
>> pp_interaction(provision_ip_trunk_lldp_iface_dry, 3) >> pp_interaction(provision_ip_trunk_lldp_iface_dry, 3)
>> pp_interaction(provision_ip_trunk_lldp_iface_real, 3) >> pp_interaction(provision_ip_trunk_lldp_iface_real, 3)
>> set_status(SubscriptionLifecycle.ACTIVE) >> set_status(SubscriptionLifecycle.ACTIVE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment