Comment 2 for bug 1880631

Revision history for this message
Po-Hsu Lin (cypressyew) wrote : Re: l2tp.sh from net in ubuntu_kernel_selftests failed on F-OEM-5.6

With further investigation, this was disabled in the test case:
    #
    # this test breaks 5.0+ (and maybe earlier), disable it for now
    # 5/12/2019, LP#1854968
    #
    print("Disabling l2tp.sh")
    fn = 'linux/tools/testing/selftests/net/l2tp.sh'
    if os.path.exists(fn):
        cmd = 'chmod -x ' + fn
        utils.system(cmd)

With bug 1854968 fixed, we can see if this test can be added back.