Annotate old stacktester tests so that they get run by run_tests.sh --whatever
diff --git a/kong/tests/test_images.py b/kong/tests/test_images.py
index 7d2c9ce..8f7b9cd 100644
--- a/kong/tests/test_images.py
+++ b/kong/tests/test_images.py
@@ -74,6 +74,7 @@
 
         for image in resp_body['images']:
             self._assert_image_entity_basic(image)
+    test_index.tags = ['nova', 'glance']
 
     def test_detail(self):
         """List all images in detail"""
@@ -86,3 +87,4 @@
 
         for image in resp_body['images']:
             self._assert_image_entity_detailed(image)
+    test_detail.tags = ['nova', 'glance']