configuration.tplan2 352 Bytes
Newer Older
Package base_configuration {
	import all from data;
	Configuration {
		Interface Type wireless accepts position;
		Component Type unit with gate wifi of type wireless;
		Test Configuration basic containing 
			Tester component controller of type unit 
			SUT component object of type unit
			connection between controller.wifi and object.wifi
		; 
	}
}