Example #1
0
def the_node_is_not_deleted_from_the_system(step):

    Assertions.assert_response_ok(world.response)

    assert_equals(
        Fabutils.execute_delete_node(group=world.group_name,
                                     node_name=world.node_name), True)
    assert_equals(Fabutils.execute_import_deleted(group=world.group_name),
                  True)
Example #2
0
def the_node_is_not_deleted_from_the_system(step):

    Assertions.assert_response_ok(world.response)

    assert_equals(Fabutils.execute_delete_node(group=world.group_name, node_name=world.node_name), True)
    assert_equals(Fabutils.execute_import_deleted(group=world.group_name), True)
Example #3
0
def and_the_import_is_removed_from_the_site_file(step):

    assert_equals(Fabutils.execute_import_deleted(group=world.group_name), False)
Example #4
0
def and_the_import_is_removed_from_the_site_file(step):

    assert_equals(Fabutils.execute_import_deleted(group=world.group_name),
                  False)