aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-TLDK.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-08-01 Test TLDK tcpdump command not found issue.Fangyin Hu1-1/+1
Use the new VIRL image to test. Add the debug information for the test. Change-Id: I8343a17d38dffbf84039e39a06fc5c5a65aaf201 Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
2017-07-17 Fix the TLDK test tcpdump not found issue.Fangyin Hu1-0/+12
Add the PYBOT execute exit status code. Change-Id: If0fc29c580177f1b187ec751c6708fc138838bed Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
2017-07-06 Patch to tldk bootstrap on the tldk package download.Fangyin Hu1-1/+1
Rebase and fix the path issue. Change-Id: I572e4c81feb54e7f391af0007af709cafa42c255 Signed-off-by: qun wan <qun.wan@intel.com> Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
2017-06-29CSIT-687: Directory structure reorganizationTibor Frank1-3/+3
Change-Id: I772c9e214be2461adf58124998d272e7d795220f Signed-off-by: Tibor Frank <tifrank@cisco.com> Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2017-06-20 Patch on tldk bootstrap file to fix the wget of dpdk packagequn wan1-0/+5
Change-Id: I0be71fc359c334830043d0fbd45826fbfd4cb8aa Signed-off-by: qun wan <qun.wan@intel.com>
2017-06-16 Patches for the tldk functional test cases.qun wan1-2/+2
Change-Id: I0a70339edaff4c0e023c586ff84c8085ae6bc9c0 Signed-off-by: qun wan <qun.wan@intel.com>
2017-05-18 TLDK Bootstrap.sh file to support the jenkins job scheduling.qun wan1-25/+4
Change-Id: Ia89e5a32fdc963a1c20345da1310b7958cd34c48 Signed-off-by: qun wan <qun.wan@intel.com>
2017-04-03Add x710 and xl710 tests for testpmdTibor Frank1-2/+2
10ge2p1x710-eth-l2xcbase-ndrdisc 40ge2p1xl710-eth-l2xcbase-ndrdisc Change-Id: Iea411182fd41e1ae9ed9b5a17f540befc247adb9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-01-02CSIT-488 TLDK jbb validation jobs need cmake installedpmikus1-1/+1
Add cmake into VIRL Ubuntu image Change-Id: I2cd33a58c0043a2c3e04809d1f73068520767929 Signed-off-by: pmikus <pmikus@cisco.com>
2016-12-15 check the return valueFangyin Hu1-0/+217
Change-Id: Id507ba1a139415b395f99cd3fcbe2581e1fe3f54 Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
r: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# Copyright (c) 2019 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

*** Settings ***
| Documentation | Set global variables common to all tests.
| Resource | resources/libraries/robot/robot_enhancements.robot
| Suite Setup | Set Common Variables

*** Keywords ***
| Set Common Variables
| | [Documentation] | Set the following global variables.
| | ...
| | ... | While currently only MRR tests are using the values,
| | ... | any new test might decide to use them,
| | ... | so variable names are generic for "perf" scope.
| | ...
| | ... | perf_trial_multiplicity - Number of trials to execute in MRR test.
| | ... | perf_trial_duration - Duration of one trial in MRR test.
| | ... | dut1_uuid - UUID string of DUT1 /tmp volume created outside of the
| | ... |   DUT1 docker in case of vpp-device test. ${EMPTY} value means that
| | ... |   /tmp directory is inside the DUT1 docker
| | ...
| | Ensure Global Variable | perf_trial_multiplicity | 10
| | Ensure Global Variable | perf_trial_duration | 1
| | Ensure Global Variable | dut1_uuid | ${EMPTY}