forked from OpenSCAP/openscap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_sce_streams_fill.xccdf.xml
34 lines (31 loc) · 1.25 KB
/
test_sce_streams_fill.xccdf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<Benchmark xmlns="http://checklists.nist.gov/xccdf/1.2" id="xccdf_moc.elpmaxe.www_benchmark_test">
<status>incomplete</status>
<version>1.0</version>
<model system="urn:xccdf:scoring:default"/>
<model system="urn:xccdf:scoring:flat"/>
<Value id="xccdf_test_value_small" type="string" operator="equals">
<value>6544</value>
</Value>
<Value id="xccdf_test_value_huge" type="string" operator="equals">
<value>199999</value>
</Value>
<Rule selected="true" id="xccdf_moc.elpmaxe.www_rule_1">
<title>Smaller stream filling</title>
<check system="http://open-scap.org/page/SCE">
<check-import import-name="stdout" />
<check-import import-name="stderr" />
<check-export value-id="xccdf_test_value_small" export-name="LINES"/>
<check-content-ref href="streams_fill.sh"/>
</check>
</Rule>
<Rule selected="true" id="xccdf_moc.elpmaxe.www_rule_2">
<title>Bigger stream filling</title>
<check system="http://open-scap.org/page/SCE">
<check-import import-name="stdout" />
<check-import import-name="stderr" />
<check-export value-id="xccdf_test_value_huge" export-name="LINES"/>
<check-content-ref href="streams_fill.sh"/>
</check>
</Rule>
</Benchmark>