servicediscoveryandcontrol/pnp/test/upnp/IntegTest/testupnp/TestData/Ini_Files/publish_0001_rev.ini
changeset 0 f5a58ecadc66
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/servicediscoveryandcontrol/pnp/test/upnp/IntegTest/testupnp/TestData/Ini_Files/publish_0001_rev.ini	Tue Feb 02 01:12:20 2010 +0200
@@ -0,0 +1,82 @@
+//publish_0001_rev.ini
+
+//////////////////////////////////////////////////////////////////
+// ParentDeviceUid is the UID specified in device.xml
+//Devicetype <= 64 characters
+//Friendly name < 64characters
+//Manufacturer < 64characters
+//ManufacturerURL optional
+//ModelDescription < 128
+//ModelName < 32
+//ModelNumber < 32
+//ModelURL is optional
+//SerialNumber Must be less than 64 characters
+//UPC is optional - 12 numeric 
+//ServiceType <= 64 characters
+//DeviceType <= 64 characters
+//1.readini = TRUE means giving uri value from ini 
+//2.readini = FALSE means it'll take value from Discovery results
+//3.In case 2_rev, Before describe there must be Discover opeartion to be executed.
+///////////////////////////////////////////////////////////////////////////////
+
+
+//////////////////////////////////////////////////////////////////
+//NEGATIVE CASE -- UPNP_VALIDATE_DESCRIBE_REQUESTS_HEADERS_0001
+//Publishing a root device -- apart from  
+//Discover the same
+//Do describe the same
+//Devicetype <= 64 characters 
+//Input given here 65 characters 
+//Wrong URI for description. It should be http
+//////////////////////////////////////////////////////////////////
+[upnp_validate_root_0001_1_rev]
+listofsequences=delay_0001_rev,cpstatus_0001_1_rev,discover_0001_1_rev,Print_0001_1_rev
+
+[upnp_validate_root_0001_1_rev_server]
+listofsequences=publish_device_0001_1_rev,delay_1Min_1_rev
+
+[cpstatus_0001_1_rev]
+cpstatus=TRUE
+operationtype=opendiscoverer
+
+[delay_1Min_1_rev]
+operationtype=starttimer
+waittime=60000000
+
+[delay_0001_rev]
+operationtype=starttimer
+waittime=10000000
+
+//Devicetype <= 64 characters 
+//ParentDeviceUid is Blank....to set this as a root device
+[publish_device_0001_1_rev]
+operationtype=publishdevice
+ParentDeviceUid=
+DeviceType=urn:symbian.com:device:FirstVendorDevice19012345678901234567890123456789012345678901234:1
+FriendlyName=FirstVendorDevice
+Manufacturer=Symbian
+ManufacturerURL=http://www.symbian.com/
+ModelDescription=UPnP FIRSTDEVICE Ver1
+ModelName=IWS-UPNP-FIRSTDEVICE-1
+ModelNumber=IWS-UPNP-TESTDEVICE-1
+ModelURL=http://www.symbian.com/IWS-UPNP-TESTDEVICE-1
+PresentationURL=http://www.symbian.com/IWS-UPNP-TESTDEVICE-1
+SerialNumber=UPNP0123456789012345678901234567890123456789
+UDN=uuid:25a0be80-8775-4988-b628-ChildLevel-1
+UPC=123456789012
+positivecase=FALSE
+cachecontrol=1810
+
+
+[discover_0001_1_rev]
+listofmxtimes=30
+listofservicetypes=ssdp:all
+operationtype=discovery
+schedulerstart=TRUE
+delayenabled=FALSE
+//wait time in Tics
+waittime=50000000
+
+
+[Print_0001_1_rev]
+operationtype=printresults
\ No newline at end of file