diff --git a/core/modules/migrate_drupal/src/Tests/Table/d7/Variable.php b/core/modules/migrate_drupal/src/Tests/Table/d7/Variable.php
index 0591deb..e3a8ad3 100644
--- a/core/modules/migrate_drupal/src/Tests/Table/d7/Variable.php
+++ b/core/modules/migrate_drupal/src/Tests/Table/d7/Variable.php
@@ -368,6 +368,21 @@ public function load() {
       'name' => 'tracker_batch_size',
       'value' => 'i:999;',
     ))->values(array(
+      'name' => 'update_check_frequency',
+      'value' => 'i:1;',
+    ))->values(array(
+      'name' => 'update_fetch_url',
+      'value' => 's:23:"http://127.0.0.1/update";',
+    ))->values(array(
+      'name' => 'update_max_fetch_attempts',
+      'value' => 'i:3;',
+    ))->values(array(
+      'name' => 'update_notification_threshold',
+      'value' => 's:3:"all";',
+    ))->values(array(
+      'name' => 'update_notify_emails',
+      'value' => 'a:1:{i:0;s:19:"webmaster@127.0.0.1";}',
+    ))->values(array(
       'name' => 'user_admin_role',
       'value' => 's:1:"3";',
     ))->values(array(
@@ -479,4 +494,4 @@ public function load() {
   }
 
 }
-#dbc0f593050ff48cc18dfa4fed47daaf
+#cd34e848978b3ef6d5deabaf85b694d6
diff --git a/core/modules/update/migration_templates/d6_update_settings.yml b/core/modules/update/migration_templates/update_settings.yml
similarity index 89%
rename from core/modules/update/migration_templates/d6_update_settings.yml
rename to core/modules/update/migration_templates/update_settings.yml
index 4e87350..ad22472 100644
--- a/core/modules/update/migration_templates/d6_update_settings.yml
+++ b/core/modules/update/migration_templates/update_settings.yml
@@ -1,7 +1,8 @@
-id: d6_update_settings
-label: Drupal 6 update configuration
+id: update_settings
+label: Update configuration
 migration_tags:
   - Drupal 6
+  - Drupal 7
 source:
   plugin: variable
   variables:
diff --git a/core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php b/core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php
index fedf182..e018bab 100644
--- a/core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php
+++ b/core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php
@@ -13,7 +13,7 @@
 /**
  * Upgrade variables to update.settings.yml.
  *
- * @group update
+ * @group migrate_drupal_6
  */
 class MigrateUpdateConfigsTest extends MigrateDrupal6TestBase {
 
@@ -31,7 +31,7 @@ class MigrateUpdateConfigsTest extends MigrateDrupal6TestBase {
    */
   protected function setUp() {
     parent::setUp();
-    $this->executeMigration('d6_update_settings');
+    $this->executeMigration('update_settings');
   }
 
   /**
