Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9b0dc59 authored by Ronald Braunstein's avatar Ronald Braunstein
Browse files

Migrating test options From TEST_MAPPING -> Android.bp

See parent cl: aosp/3028633

Test: atest -p cmds/locksettings:postsubmit
Test: atest -p services/core/java/com/android/server/locksettings:postsubmit
Test: atest -p services/devicepolicy:postsubmit
Change-Id: I6d0d0320e0bf8927f9b8b27b471ae58ace56124a
parent 281a76bf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -11,5 +11,10 @@
                }
            ]
        }
    ],
    "postsubmit": [
        {
            "name": "CtsDevicePolicyManagerTestCases_LockSettings_NoFlakes"
        }
    ]
}
+6 −0
Original line number Diff line number Diff line
@@ -24,5 +24,11 @@
                }
            ]
        }
    ],
    "postsubmit": [
        {
            // TODO(b/332974906): Promote in presubmit-large.
            "name": "CtsDevicePolicyManagerTestCases_LockSettings_NoFlakes"
        }
    ]
}
+7 −0
Original line number Diff line number Diff line
@@ -26,5 +26,12 @@
        }
      ]
    }
  ],
  "postsubmit": [
    {
      // TODO(b/332974906): Promote in presubmit presubmit-devicepolicy.
      "name": "CtsDevicePolicyManagerTestCases_NoFlakes_NoLarge",
      "name": "CtsDevicePolicyManagerTestCases_ParentProfileApiDisabled"
    }
  ]
}