Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pipeline test for Fortinet Firewall #437

Merged

Commits on Dec 2, 2020

  1. Add pipeline test for Fortinet Firewall

    These are the original failures after enabling the test.
    
        FAILURE DETAILS:
    
        fortinet/firewall test-fortinet.log:
        [0] field "_temp.time" is undefined
        [1] field "fortinet.firewall.devid" is undefined
        [2] field "fortinet.firewall.devname" is undefined
        [3] field "fortinet.firewall.dir" is undefined
        [4] field "fortinet.firewall.group" is undefined
        [5] field "fortinet.firewall.level" is undefined
        [6] field "fortinet.firewall.locip" is undefined
        [7] field "fortinet.firewall.locport" is undefined
        [8] field "fortinet.firewall.logdesc" is undefined
        [9] field "fortinet.firewall.logid" is undefined
        [10] field "fortinet.firewall.msg" is undefined
        [11] field "fortinet.firewall.remip" is undefined
        [12] field "fortinet.firewall.remport" is undefined
        [13] field "fortinet.firewall.user" is undefined
        [14] field "syslog5424_pri" is undefined
        [15] field "syslog5424_sd" is undefined
        [16] parsing field value failed: field "fortinet.firewall.disklograte"''s Go type, string, does not match the expected field type: long
        [17] parsing field value failed: field "fortinet.firewall.fazlograte"''s Go type, string, does not match the expected field type: long
        [18] parsing field value failed: field "fortinet.firewall.lanin"''s Go type, string, does not match the expected field type: long
        [19] parsing field value failed: field "fortinet.firewall.lanout"''s Go type, string, does not match the expected field type: long
        [20] parsing field value failed: field "fortinet.firewall.setuprate"''s Go type, string, does not match the expected field type: long
        [21] parsing field value failed: field "fortinet.firewall.wanin"''s Go type, string, does not match the expected field type: long
        [22] parsing field value failed: field "fortinet.firewall.wanout"''s Go type, string, does not match the expected field type: long
        --- Test results for package: fortinet - END   ---
    andrewkroh committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    7a17ae5 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. fix errors in pipeline

    leehinman committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    402813f View commit details
    Browse the repository at this point in the history