def given_i_have_trunk(step, count): for i in range(int(count)): trunksip_helper.add_trunksip('169.10.0.54', 'trunk_%s' % i)
def given_there_is_a_trunksip(step, name): trunksip_helper.delete_trunksips_with_name(name) trunksip_helper.add_trunksip('192.168.32.1', name)
def given_i_have_trunk(step, count): for i in range(int(count)): trunksip_helper.add_trunksip("169.10.0.54", "trunk_%s" % i)