aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/power_VideoCall/control.16_h264
diff options
context:
space:
mode:
Diffstat (limited to 'client/site_tests/power_VideoCall/control.16_h264')
-rw-r--r--client/site_tests/power_VideoCall/control.16_h26427
1 files changed, 27 insertions, 0 deletions
diff --git a/client/site_tests/power_VideoCall/control.16_h264 b/client/site_tests/power_VideoCall/control.16_h264
new file mode 100644
index 0000000000..ca01f98df8
--- /dev/null
+++ b/client/site_tests/power_VideoCall/control.16_h264
@@ -0,0 +1,27 @@
+AUTHOR = "puthik"
+NAME = "power_VideoCall.16_h264"
+PURPOSE = "Simulates video call."
+CRITERIA = "This test is a benchmark."
+TIME = "MEDIUM"
+TEST_CATEGORY = "Benchmark"
+TEST_CLASS = "power"
+TEST_TYPE = "client"
+PY_VERSION = 3
+
+DOC = """
+This test simulates video call and record power related statistic.
+
+Workload
+- Camera preview in 270p using VP8 codec.
+- 16 270p 24fps H264 video playback.
+
+The run time is 3 minutes.
+"""
+
+video_url = 'http://crospower.page.link/power_VideoCall_' + NAME.split('.')[1]
+
+args_dict = utils.args_to_dict(args)
+pdash_note = args_dict.get('pdash_note', '')
+job.run_test('power_VideoCall', pdash_note=pdash_note, tag=NAME.split('.')[1],
+ video_url=video_url, num_video=17, duration=180, seconds_period=5,
+ multitask=False)