Skip to content

Commit

Permalink
Merge pull request #464 from liangxin1300/2019_crmsh_qdevice_qnetd
Browse files Browse the repository at this point in the history
Feature: Improve qdevice/qnetd management
  • Loading branch information
liangxin1300 authored Dec 9, 2019
2 parents 06d9e38 + 000f2a7 commit 41d65be
Show file tree
Hide file tree
Showing 22 changed files with 2,113 additions and 160 deletions.
27 changes: 23 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ stages:
env:
global:
- CC_TEST_REPORTER_ID=a2579335b631ec35473874d7bb4fe983025c0287cea89c9dc34c35f98ee3963d
- FUNCTIONAL_TEST=$TRAVIS_BUILD_DIR/test/docker_scripts.sh

jobs:
include:
Expand All @@ -36,15 +37,33 @@ jobs:

- name: "functional test for bootstrap - init, join and remove"
before_install:
- $TRAVIS_BUILD_DIR/test/docker_scripts.sh bootstrap before_install
- $FUNCTIONAL_TEST bootstrap before_install
script:
- $TRAVIS_BUILD_DIR/test/docker_scripts.sh bootstrap run init_join_remove
- $FUNCTIONAL_TEST bootstrap run init_join_remove

- name: "functional test for bootstrap - options"
before_install:
- $TRAVIS_BUILD_DIR/test/docker_scripts.sh bootstrap before_install
- $FUNCTIONAL_TEST bootstrap before_install
script:
- $TRAVIS_BUILD_DIR/test/docker_scripts.sh bootstrap run options
- $FUNCTIONAL_TEST bootstrap run options

- name: "functional test for qdevice - setup and remove"
before_install:
- $FUNCTIONAL_TEST qdevice before_install
script:
- $FUNCTIONAL_TEST qdevice run setup_remove

- name: "functional test for qdevice - options"
before_install:
- $FUNCTIONAL_TEST qdevice before_install
script:
- $FUNCTIONAL_TEST qdevice run options

- name: "functional test for qdevice - validate"
before_install:
- $FUNCTIONAL_TEST qdevice before_install
script:
- $FUNCTIONAL_TEST qdevice run validate

- stage: delivery
if: type != pull_request AND branch = master
Expand Down
Loading

0 comments on commit 41d65be

Please sign in to comment.