Skip to content

Instantly share code, notes, and snippets.

@wenjianhn
Created September 15, 2014 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wenjianhn/3d5f9159dcfa21dbd069 to your computer and use it in GitHub Desktop.
Save wenjianhn/3d5f9159dcfa21dbd069 to your computer and use it in GitHub Desktop.
exclude_plugins = ['bigswitch', 'brocade', 'cisco', 'embrane', 'hyperv',
'ibm', 'metaplugin', 'linuxbridge', 'midonet', 'mlnx', 'nec',
'nuage', 'oneconvergence', 'plumgrid', 'ryu', 'vmware']
print "|".join(map(lambda p: "^neutron.tests.unit." + p,
exclude_plugins))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment