#!/bin/sh

set -e

pkgos-dh_auto_test --no-py2 'novaclient\.tests\.unit\.(?!test_shell\.TestLoadVersionedActions\.test_load_actions_with_versioned_args|test_shell\.TestLoadVersionedActions\.test_load_versioned_actions|test_shell\.ParserTest\.test_ambiguous_option|test_shell\.ParserTest\.test_not_really_ambiguous_option)'
