commit | 2d48037d52c972ec6e7ab26eaaf4274c36fd2bae | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 22 10:47:09 2014 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 22 10:47:09 2014 +0200 |
tree | 2bcae3ea4841c6a50391430eecf78dd3f8aa8039 | |
parent | fa046c9ea06eae3c21757b365f5c656286cdad4b [diff] |
Adding more specific tags
diff --git a/acceptance/openstack/compute/v2/flavors_test.go b/acceptance/openstack/compute/v2/flavors_test.go index 9c8e322..cf547f2 100644 --- a/acceptance/openstack/compute/v2/flavors_test.go +++ b/acceptance/openstack/compute/v2/flavors_test.go
@@ -1,4 +1,4 @@ -// +build acceptance +// +build acceptance compute flavors package v2
diff --git a/acceptance/openstack/compute/v2/images_test.go b/acceptance/openstack/compute/v2/images_test.go index 6166fc8..ceab22f 100644 --- a/acceptance/openstack/compute/v2/images_test.go +++ b/acceptance/openstack/compute/v2/images_test.go
@@ -1,4 +1,4 @@ -// +build acceptance +// +build acceptance compute images package v2
diff --git a/acceptance/openstack/compute/v2/servers_test.go b/acceptance/openstack/compute/v2/servers_test.go index bd1df9c..cf1f427 100644 --- a/acceptance/openstack/compute/v2/servers_test.go +++ b/acceptance/openstack/compute/v2/servers_test.go
@@ -1,4 +1,4 @@ -// +build acceptance +// +build acceptance compute servers package v2