summaryrefslogtreecommitdiff
path: root/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/HdmiCecStandbyTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'hostsidetests/hdmicec/src/android/hdmicec/cts/playback/HdmiCecStandbyTest.java')
-rw-r--r--hostsidetests/hdmicec/src/android/hdmicec/cts/playback/HdmiCecStandbyTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/HdmiCecStandbyTest.java b/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/HdmiCecStandbyTest.java
index d9f0b95d1b5..f75218cf1b8 100644
--- a/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/HdmiCecStandbyTest.java
+++ b/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/HdmiCecStandbyTest.java
@@ -25,10 +25,10 @@ import android.hdmicec.cts.LogicalAddress;
import com.android.tradefed.testtype.DeviceJUnit4ClassRunner;
-import org.junit.runner.RunWith;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.RuleChain;
+import org.junit.runner.RunWith;
import java.util.concurrent.TimeUnit;
@@ -40,6 +40,7 @@ public final class HdmiCecStandbyTest extends BaseHdmiCecCtsTest {
public RuleChain ruleChain =
RuleChain.outerRule(CecRules.requiresCec(this))
.around(CecRules.requiresLeanback(this))
+ .around(CecRules.requiresPhysicalDevice(this))
.around(
CecRules.requiresDeviceType(
this, HdmiCecConstants.CEC_DEVICE_TYPE_PLAYBACK_DEVICE))