~ubuntu-branches/ubuntu/trusty/openvswitch/trusty-updates

« back to all changes in this revision

Viewing changes to debian/tests/ma

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-01-20 12:55:24 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20140120125524-8f2lftb06rz1ayi1
Tags: 2.0.1+git20140120-0ubuntu1
* New upstream snapshot:
  - d/p/0001-Add-check-for-latomic.patch: Dropped - included in snapshot.
* d/p/fix-3.11-support.patch: Cherry pick fix for >= 3.11 GRE support
  from upstream VCS (LP: #1270649).
* d/tests/dkms,ma: Gate test execution on <= 3.13 kernel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
set -e
4
4
 
 
5
# Skip DKMS tests for kernels >= 3.13
 
6
dpkg --compare-versions "`uname -r | cut -d - -f 1`" ge "3.13" && exit 0
 
7
 
5
8
echo -n "ma dkms module-assitant install: "
6
9
module-assistant -t get openvswitch-datapath 2>&1
7
10
module-assistant -t -k /usr/src/linux-headers-`uname -r` build openvswitch-datapath 2>&1