Add v2_only decorator to network aliases test

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-02-12 17:48:42 -08:00 committed by Daniel Nephin
parent 6ac6860dda
commit 42cb719b52
1 changed files with 1 additions and 0 deletions

View File

@ -445,6 +445,7 @@ class CLITestCase(DockerClientTestCase):
assert networks[0]['Options']['com.docker.network.bridge.enable_icc'] == 'false'
@v2_only()
def test_up_with_network_aliases(self):
filename = 'network-aliases.yml'
self.base_dir = 'tests/fixtures/networks'