Last change
on this file since 22 was
22,
checked in by rings, 14 years ago
|
|
-
Property svn:executable set to
*
|
File size:
686 bytes
|
Line | |
---|
1 | /**
|
---|
2 | * @author STF 370
|
---|
3 | * @version $Id: $
|
---|
4 | * @desc This module provides ATS specific test control declarations.
|
---|
5 | */
|
---|
6 | module AtsImsIot_TestControl {
|
---|
7 | import from AtsImsIot_TestCases_CALL all;
|
---|
8 | import from AtsImsIot_TestCases_MESS all;
|
---|
9 | import from AtsImsIot_TestCases_REG all;
|
---|
10 | import from AtsImsIot_TestCases_SS all;
|
---|
11 |
|
---|
12 | control {
|
---|
13 | // MESS TCs
|
---|
14 | //execute(TC_IMS_MESS_0001());
|
---|
15 |
|
---|
16 | // CALL TCs
|
---|
17 | //execute(TC_IMS_CALL_0001());
|
---|
18 | //execute(TC_IMS_CALL_0003()); // OK
|
---|
19 | //execute(TC_IMS_CALL_0007());
|
---|
20 | //execute(TC_IMS_CALL_0017());
|
---|
21 |
|
---|
22 | // REG TCs
|
---|
23 | execute(TC_IMS_REG_0002());
|
---|
24 | //execute(TC_IMS_REG_0003());
|
---|
25 |
|
---|
26 | // SS TCs
|
---|
27 | //execute(TC_IMS_SS_0006());
|
---|
28 | }
|
---|
29 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.