~ubuntu-branches/ubuntu/vivid/neutron/vivid-updates

« back to all changes in this revision

Viewing changes to neutron/tests/contrib/filters.template

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-03-30 11:17:19 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20150330111719-h0gx7233p4jkkgfh
Tags: 1:2015.1~b3-0ubuntu1
* New upstream milestone release:
  - d/control: Align version requirements with upstream.
  - d/control: Add new dependency on oslo-log.
  - d/p/*: Rebase.
  - d/control,d/neutron-plugin-hyperv*: Dropped, decomposed into
    separate project upstream.
  - d/control,d/neutron-plugin-openflow*: Dropped, decomposed into
    separate project upstream.
  - d/neutron-common.install: Add neutron-rootwrap-daemon and 
    neutron-keepalived-state-change binaries.
  - d/rules: Ignore neutron-hyperv-agent when installing; only for Windows.
  - d/neutron-plugin-cisco.install: Drop neutron-cisco-cfg-agent as
    decomposed into separate project upstream.
  - d/neutron-plugin-vmware.install: Drop neutron-check-nsx-config and
    neutron-nsx-manage as decomposed into separate project upstream.
  - d/control: Add dependency on python-neutron-fwaas to neutron-l3-agent.
* d/pydist-overrides: Add overrides for oslo packages.
* d/control: Fixup type in package description (LP: #1263539).
* d/p/fixup-driver-test-execution.patch: Cherry pick fix from upstream VCS
  to support unit test exection in out-of-tree vendor drivers.
* d/neutron-common.postinst: Allow general access to /etc/neutron but limit
  access to root/neutron to /etc/neutron/neutron.conf to support execution
  of unit tests in decomposed vendor drivers.
* d/control: Add dependency on python-neutron-fwaas to neutron-l3-agent
  package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# neutron-rootwrap command filters to support functional testing.  It
2
 
# is NOT intended to be used outside of a test environment.
3
 
#
4
 
# This file should be owned by (and only-writeable by) the root user
5
 
 
6
 
[Filters]
7
 
# '$BASE_PATH' is intended to be replaced with the expected tox path
8
 
# (e.g. /opt/stack/new/neutron/.tox/dsvm-functional) by the neutron
9
 
# functional jenkins job.  This ensures that tests can kill the
10
 
# processes that they launch with their containing tox environment's
11
 
# python.
12
 
kill_tox_python: KillFilter, root, $BASE_PATH/bin/python, -9
13
 
 
14
 
# enable ping from namespace
15
 
ping_filter: CommandFilter, ping, root
16
 
 
17
 
# enable curl from namespace
18
 
curl_filter: CommandFilter, curl, root
19
 
tee_filter: CommandFilter, tee, root
20
 
tee_kill: KillFilter, root, tee, -9
21
 
nc_filter: CommandFilter, nc, root
22
 
# netcat has different binaries depending on linux distribution
23
 
nc_kill: KillFilter, root, nc, -9
24
 
ncbsd_kill: KillFilter, root, nc.openbsd, -9
25
 
ncat_kill: KillFilter, root, ncat, -9
26
 
ss_filter: CommandFilter, ss, root