github.com/datreeio/datree@v1.9.22-rc/pkg/evaluation/printer_test_expected_outputs/JUnit_invalid_k8s_output.xml (about)

     1  <?xml version="1.0" encoding="UTF-8"?>
     2  <testsuites name="" tests="0" failures="0" skipped="0">
     3  	<testsuite name="File1">
     4  		<testcase name="invalid k8s file" classname="k8s validation">
     5  			<failure message="Invalid k8s file">k8s schema validation error: could not find schema for Deployment</failure>
     6  		</testcase>
     7  		<testcase name="invalid k8s file" classname="k8s validation">
     8  			<failure message="Invalid k8s file">k8s schema validation error: For field spec.replicas: Invalid type. Expected: [integer,null], given: string </failure>
     9  		</testcase>
    10  	</testsuite>
    11  	<testsuite name="evaluationSummary">
    12  		<properties>
    13  			<property name="configsCount" value="0"></property>
    14  			<property name="filesCount" value="1"></property>
    15  			<property name="passedYamlValidationCount" value="1"></property>
    16  			<property name="k8sValidation" value="0/1"></property>
    17  			<property name="passedPolicyValidationCount" value="0"></property>
    18  		</properties>
    19  	</testsuite>
    20  </testsuites>