Merge "Switch to use stestr for unit test"
diff --git a/README.rst b/README.rst
index d0ca6e1..126027c 100644
--- a/README.rst
+++ b/README.rst
@@ -21,4 +21,4 @@
 
 In tempest directory, run::
 
-  testr run tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps
+  stestr run tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps
diff --git a/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py b/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py
index 815b17a..d2fa78c 100644
--- a/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py
+++ b/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py
@@ -133,6 +133,7 @@
     def _ssl_default_context_supported(self):
         return (hasattr(ssl, 'create_default_context'))
 
+    @decorators.attr(type='smoke')
     @decorators.idempotent_id('4f8851b1-0e69-482b-b63b-84c6e76f6c80')
     def test_basic_scenario(self):
         creds = self.os_primary.credentials