DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation Testing asdc. |
| 3 | Library OperatingSystem |
| 4 | Library RequestsLibrary |
| 5 | Library Collections |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 6 | Library ExtendedSelenium2Library |
| 7 | Resource ../resources/test_templates/model_test_template.robot |
| 8 | |
| 9 | Test Template Model Distribution For Directory |
DR695H | 6d138c7 | 2017-03-13 14:57:06 -0400 | [diff] [blame] | 10 | Test Teardown Teardown Model Distribution |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 11 | |
| 12 | *** Variables *** |
| 13 | |
| 14 | *** Test Cases *** |
| 15 | Distribute vLB Model vLB |
Gary Wu | 5128e40 | 2019-04-04 11:29:37 -0700 | [diff] [blame] | 16 | [Tags] distribute distributeVLB |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 17 | Distribute vFW Model vFW |
Gary Wu | 5128e40 | 2019-04-04 11:29:37 -0700 | [diff] [blame] | 18 | [Tags] distribute |
DR695H | ccff30b | 2017-02-17 18:44:24 -0500 | [diff] [blame] | 19 | Distribute vVG Model vVG |
Gary Wu | 5128e40 | 2019-04-04 11:29:37 -0700 | [diff] [blame] | 20 | [Tags] distribute |
Brian Freeman | ee02b31 | 2019-02-04 20:36:08 -0500 | [diff] [blame] | 21 | Distribute vFWDT Model vFWDT |
| 22 | [Tags] distributeVFWDT |