configuration.tplan2.tdl.tdlan2 308 Bytes
Newer Older
Package base_configuration {
	Import all from data ;
	Gate Type wireless accepts position ;
	Component Type unit having {
		gate wifi of type wireless ;
	}
	Test Configuration basic {
		create Tester controller of type unit ;
		create SUT object of type unit ;
		connect controller.wifi to object.wifi ;
	}
}