Mark some tests as smoke

Related-PROD: PROD-32767

Change-Id: Ib7673e75ce5bb553a8092e4567ced5a7241d4d35
(cherry picked from commit 234a5d0ac94674909e21e5d5152f7ba02e4d46f1)
diff --git a/octavia_tempest_plugin/tests/api/v2/test_healthmonitor.py b/octavia_tempest_plugin/tests/api/v2/test_healthmonitor.py
index 5f560c4..4b45f72 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_healthmonitor.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_healthmonitor.py
@@ -456,6 +456,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 ee559af..4a97250 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_l7policy.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_l7policy.py
@@ -474,6 +474,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 7fed40c..e0fe564 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_l7rule.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_l7rule.py
@@ -415,6 +415,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 599305a..8f11102 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_listener.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_listener.py
@@ -409,6 +409,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 4990c79..11503aa 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_load_balancer.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_load_balancer.py
@@ -438,6 +438,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 a84e121..f1dea08 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_member.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_member.py
@@ -434,6 +434,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 63d9e46..b38f9ad 100644
--- a/octavia_tempest_plugin/tests/api/v2/test_pool.py
+++ b/octavia_tempest_plugin/tests/api/v2/test_pool.py
@@ -413,6 +413,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.