servicediscoveryandcontrol/pnp/test/integtest/data/testpnp.ini
changeset 0 f5a58ecadc66
equal deleted inserted replaced
-1:000000000000 0:f5a58ecadc66
       
     1 //testpnp.ini
       
     2 
       
     3 ////////////////////////////////////////////////////////////////////////////////
       
     4 //1.readini = TRUE means giving uri value from ini 
       
     5 //2.readini = FALSE means it'll take value from Discovery results
       
     6 //3.In case 2, Before describe there must be Discover operation to be executed.
       
     7 ////////////////////////////////////////////////////////////////////////////////
       
     8 
       
     9 [cpstatus_1]
       
    10 cpstatus=TRUE
       
    11 operationtype=opendiscoverer
       
    12 
       
    13 
       
    14 [cancel_discovery_1]
       
    15 operationtype=canceldiscovery
       
    16 
       
    17 
       
    18 [spstatus_1]
       
    19 spStatus=TRUE
       
    20 operationtype=openpublisher
       
    21 
       
    22 [cpstatus_2]
       
    23 operationtype=opendiscovererfailed
       
    24 
       
    25 
       
    26 [spstatus_2]
       
    27 operationtype=openpublisherfailed
       
    28 
       
    29 
       
    30 //Publish a service 
       
    31 [publish_service_1]
       
    32 operationtype=publishservice
       
    33 servicetype=urn:schemas-upnp-org:service:AVTransport:1
       
    34 positivecase=TRUE
       
    35 
       
    36 
       
    37 //Discover published service
       
    38 [discover_1]
       
    39 listofservicetypes=urn:schemas-upnp-org:service:AVTransport:1
       
    40 operationtype=discovery
       
    41 canceldiscovery=FALSE
       
    42 positivecase=TRUE
       
    43 
       
    44 
       
    45 //Describe 
       
    46 [describe_1]
       
    47 operationtype=describe
       
    48 positivecase=TRUE
       
    49 readini = FALSE
       
    50 
       
    51 
       
    52 [cancel_describe_1]
       
    53 operationtype=canceldescribe
       
    54 
       
    55 
       
    56 [register_notify_1]
       
    57 listofuritypes=urn:schemas-upnp-org:service:AVTRANSPORTTestService:1
       
    58 operationtype=registernotify
       
    59 
       
    60 
       
    61 [cancel_notify_1]
       
    62 operationtype=cancelnotify
       
    63 
       
    64 
       
    65 //Subscribe
       
    66 [subscribe_1]
       
    67 operationtype=subscribe
       
    68 positivecase=TRUE
       
    69 readini = FALSE
       
    70 
       
    71 
       
    72 [initiate_action_1]
       
    73 operationtype=initiateaction
       
    74 
       
    75 
       
    76 [send_notify_1]
       
    77 operationtype=notify
       
    78 
       
    79 
       
    80 [testpnp_1]
       
    81 listofsequences=cpstatus_1,discover_1,describe_1,register_notify_1,subscribe_1,spstatus_1,publish_service_1,send_notify_1,cancel_describe_1,cancel_notify_1,cancel_discovery_1
       
    82 
       
    83 
       
    84 [testpnp_2]
       
    85 listofsequences=cpstatus_2,spstatus_2
       
    86 
       
    87 
       
    88 [testpnp_3]
       
    89 listofsequences=cpstatus_1,spstatus_1,cpstatus_1,spstatus_1
       
    90 
       
    91 
       
    92