Migrate NexusKeywords
[integration/test.git] / csit / libraries / distribution / StreamDistro.robot
1 *** Settings ***
2 Documentation       Distribution testing: generate stream-dependent values.
3 ...
4 ...                 Copyright (c) 2017 Cisco Systems, Inc. and others. All rights reserved.
5 ...
6 ...                 This program and the accompanying materials are made available under the
7 ...                 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 ...                 and is available at http://www.eclipse.org/legal/epl-v10.html
9 ...
10 ...
11 ...                 As newer ODL versions are released, some values evolve from previously hardcoded constants.
12 ...                 This Resource contains keywords for optaining the correct value for currently testes stream.
13
14 Library             Collections
15
16
17 *** Keywords ***
18 Compose_Zip_Filename_Prefix
19     [Documentation]    Return "karaf"
20     RETURN    karaf
21
22 Compose_Test_Feature_Repo_Name
23     [Documentation]    Return "features-test"
24     RETURN    features-test