~fu-wei/linaro-fedora/multinode-LNG_debug

« back to all changes in this revision

Viewing changes to lava-multi-node-LNG-c.yaml

  • Committer: Fu Wei
  • Date: 2013-08-20 12:07:10 UTC
  • Revision ID: fu.wei@linaro.org-20130820120710-t6kw8zu850pwwdm1
fix for test programm-2 for all run

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    format: "Lava-Test-Shell Test Definition 1.0"
5
5
    description: "Basic MultiNode netperf client test for Fedora Images"
6
6
 
7
 
install:
8
 
     steps:
 
7
run:
 
8
    steps:
9
9
         - yum install -y bzr
10
10
         - yum install -y bzr
11
11
         - bzr branch lp:~fu-wei/linaro-fedora/multinode-LNG_debug
16
16
         - './configure --prefix=$(readlink -f build)'
17
17
         - 'make all'
18
18
         - 'make SKIP_IDCHECK=1 install'
19
 
 
20
 
run:
21
 
    steps:
22
19
        - "ifconfig eth0 down"
23
20
        - "dhclient -v eth0"
24
21
        - "ifconfig -a"