Commit 6548f4b4 authored by tepelmann's avatar tepelmann
Browse files

Minor changes.

parent 0cce98ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,8 +84,8 @@ module AtsCommon_Interfaces {
             */
            type record InterCompDataMsg {
                Ipv6Address     ipv6Address,
                DomainName      aftrName,
                DomainNameList  domainSearchList
                DomainName      aftrName optional,
                DomainNameList  domainSearchList optional
            } // End of type InterCompDataMsg
            
        } // End of group componentPorts
+2 −2
Original line number Diff line number Diff line
@@ -247,7 +247,7 @@ module AtsDSLite_TestCases {
                                // Prepare data to be sent to the DNS component
                                if (f_getDHCPv6RetrievedIpv6Address(v_dhcpMsg, v_data.ipv6Address)==e_error) {
	                                f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
	                                log("*** " & __SCOPE__ & ": FAIL: Message was not received in time. ***");
	                                log("*** " & __SCOPE__ & ": FAIL: Message did not include IA_NA option. ***");
                                }
                                f_getDHCPv6RetrievedAftrName(v_dhcpMsg, v_data.aftrName);
                                f_getDHCPv6RetrievedDomainSearchList(v_dhcpMsg, v_data.domainSearchList);
@@ -299,7 +299,7 @@ module AtsDSLite_TestCases {
                                mdw_dns_query(                                  // Await a DNS query
                                    mdw_dnsData_query(
                                        mw_question_aftr(                       //     containing the Resolver request name
                                            v_data.aftrName                     //     indicating the AFTR-name received in the DHCPv6 Reply
                                            valueof(v_data.aftrName)                     //     indicating the AFTR-name received in the DHCPv6 Reply
                            )))) { 
                                tc_ac.stop;
                                // TODO DNS query template using v_data