diff --git a/manila_tempest_tests/config.py b/manila_tempest_tests/config.py
index caa4589822..2c5e809004 100644
--- a/manila_tempest_tests/config.py
+++ b/manila_tempest_tests/config.py
@@ -36,7 +36,7 @@ ShareGroup = [
                help="The minimum api microversion is configured to be the "
                     "value of the minimum microversion supported by Manila."),
     cfg.StrOpt("max_api_microversion",
-               default="1.5",
+               default="1.6",
                help="The maximum api microversion is configured to be the "
                     "value of the latest microversion supported by Manila."),
     cfg.StrOpt("region",
diff --git a/contrib/tempest/tempest/api/share/test_microversions.py b/manila_tempest_tests/tests/api/test_microversions.py
similarity index 98%
rename from contrib/tempest/tempest/api/share/test_microversions.py
rename to manila_tempest_tests/tests/api/test_microversions.py
index 91f2624185..2984b04fe3 100644
--- a/contrib/tempest/tempest/api/share/test_microversions.py
+++ b/manila_tempest_tests/tests/api/test_microversions.py
@@ -13,10 +13,11 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
-from tempest.api.share import base
-from tempest import config_share as config
+from tempest import config
 from tempest import test
 
+from manila_tempest_tests.tests.api import base
+
 CONF = config.CONF