Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.xml « javaTests « test - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ff67c5e0dc1a4b12bf34c3e51cbc7f0e210316c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version = "1.0" encoding = "UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >

<suite name = "Suite1">
	<parameter name="checkpointOpt" value=""/>
	<parameter name="restoreOpt" value=""/>
	<test name = "test1-FileRead">
		<parameter name="testname" value="FileRead"/>
		<classes>
			<class name = "org.criu.java.tests.CheckpointRestore"/>
		</classes>
	</test>
</suite>