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

Add ISIS and Ping checks to create iptrunk

parent 4db637b2
Branches
Tags
1 merge request!55Feature/nat 230 add isis and ping checks to create iptrunk workflow
Pipeline #83790 failed
......@@ -264,10 +264,10 @@ def create_iptrunk() -> StepList:
>> get_info_from_ipam
>> pp_interaction(provision_ip_trunk_iface_dry, 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_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_real, 3)
>> 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