blob: 8cc305a4a84fb278eb358521b1d5288a71e85953 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
*** Settings ***
Documentation Testing asdc.
Library OperatingSystem
Library RequestsLibrary
Library Collections
Library ExtendedSelenium2Library
Resource ../resources/test_templates/model_test_template.robot
Test Template Model Distribution For Directory
Test Teardown Teardown Model Distribution
*** Variables ***
*** Test Cases ***
Distribute vLB Model vLB
[Tags] ete distribute
Distribute vFW Model vFW
[Tags] ete distribute
Distribute vVG Model vVG
[Tags] ete distribute
|