Mark some tests as smoke

Related-PROD: PROD-26533 (PROD:26533)

Change-Id: Ib7673e75ce5bb553a8092e4567ced5a7241d4d35
diff --git a/octavia_tempest_plugin/tests/api/v2/test_healthmonitor.py b/octavia_tempest_plugin/tests/api/v2/test_healthmonitor.py
index 4a43e7b..f2c2a46 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_healthmonitor.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_healthmonitor.py
@@ -450,6 +450,7 @@
                          hms[0][const.NAME])
 
     @decorators.idempotent_id('284e8d3b-7b2d-4697-9e41-580b3423c0b4')
+    @decorators.attr(type='smoke')
     def test_healthmonitor_show(self):
         """Tests healthmonitor show API.
 
diff --git a/octavia_tempest_plugin/tests/api/v2/test_l7policy.py b/octavia_tempest_plugin/tests/api/v2/test_l7policy.py
index 255bbde..3320b0f 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_l7policy.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_l7policy.py
@@ -465,6 +465,7 @@
                          l7policies[0][const.DESCRIPTION])
 
     @decorators.idempotent_id('baaa8104-a037-4976-b908-82a0b3e08129')
+    @decorators.attr(type='smoke')
     def test_l7policy_show(self):
         """Tests l7policy show API.
 
diff --git a/octavia_tempest_plugin/tests/api/v2/test_l7rule.py b/octavia_tempest_plugin/tests/api/v2/test_l7rule.py
index 395a3ad..f368206 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_l7rule.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_l7rule.py
@@ -407,6 +407,7 @@
                          l7rules[0][const.VALUE])
 
     @decorators.idempotent_id('b80b34c3-09fc-467b-8027-7350adb17070')
+    @decorators.attr(type='smoke')
     def test_l7rule_show(self):
         """Tests l7rule show API.
 
diff --git a/octavia_tempest_plugin/tests/api/v2/test_listener.py b/octavia_tempest_plugin/tests/api/v2/test_listener.py
index 707b743..e1c0fa1 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_listener.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_listener.py
@@ -392,6 +392,7 @@
                          listeners[0][const.DESCRIPTION])
 
     @decorators.idempotent_id('6e299eae-6907-4dfc-89c2-e57709d25d3d')
+    @decorators.attr(type='smoke')
     def test_listener_show(self):
         """Tests listener show API.
 
diff --git a/octavia_tempest_plugin/tests/api/v2/test_load_balancer.py b/octavia_tempest_plugin/tests/api/v2/test_load_balancer.py
index 19f6044..c4230b2 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_load_balancer.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_load_balancer.py
@@ -413,6 +413,7 @@
         self.assertEqual(lb1[const.DESCRIPTION], lbs[0][const.DESCRIPTION])
 
     @decorators.idempotent_id('826ae612-8717-4c64-a8a7-cb9570a85870')
+    @decorators.attr(type='smoke')
     def test_load_balancer_show(self):
         """Tests load balancer show API.
 
diff --git a/octavia_tempest_plugin/tests/api/v2/test_member.py b/octavia_tempest_plugin/tests/api/v2/test_member.py
index f5d34c8..d67109c 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_member.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_member.py
@@ -405,6 +405,7 @@
                          members[0][const.PROTOCOL_PORT])
 
     @decorators.idempotent_id('7674ae04-7e92-44ef-9adf-40718d7ec705')
+    @decorators.attr(type='smoke')
     def test_member_show(self):
         """Tests member show API.
 
diff --git a/octavia_tempest_plugin/tests/api/v2/test_pool.py b/octavia_tempest_plugin/tests/api/v2/test_pool.py
index 28b95b6..8e9faeb 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_pool.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_pool.py
@@ -410,6 +410,7 @@
                          pools[0][const.DESCRIPTION])
 
     @decorators.idempotent_id('b7932438-1aea-4175-a50c-984fee1c0cad')
+    @decorators.attr(type='smoke')
     def test_pool_show(self):
         """Tests pool show API.