提交 368ede6e 编写于 作者: M monissa

xts用例名称修改 Signed-off-by: monissa<qiaofenfeng@huawei.com>

Signed-off-by: Nmonissa <qiaofenfeng@huawei.com>
上级 a387f71f
...@@ -38,7 +38,7 @@ describe('AudioPlayerHLSTest', function () { ...@@ -38,7 +38,7 @@ describe('AudioPlayerHLSTest', function () {
}) })
/* * /* *
* @tc.number : SUB_MEDIA_AUDIO_PLAYER_HLS * @tc.number : SUB_MULTIMEDIA_MEDIA_AUDIO_PLAYER_HLS_0100
* @tc.name : 001.test hls audio only * @tc.name : 001.test hls audio only
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
...@@ -50,14 +50,14 @@ describe('AudioPlayerHLSTest', function () { ...@@ -50,14 +50,14 @@ describe('AudioPlayerHLSTest', function () {
}) })
/* * /* *
* @tc.number : SUB_MEDIA_AUDIO_PLAYER_HLS_VARIANT * @tc.number : SUB_MULTIMEDIA_MEDIA_AUDIO_PLAYER_HLS_VARIANT_0100
* @tc.name : 001.test hls audio variant * @tc.name : 001.test hls audio variant
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level2 * @tc.level : Level2
*/ */
it('SUB_MULTIMEDIA_MEDIA_AUDIO_PLAYER_HLS_0100Variant', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_AUDIO_PLAYER_HLS_VARIANT_0100', 0, async function (done) {
playAudioSource(HTTP_PATH + '05.hls/hls_variant_audio/index.m3u8', 219600, PLAY_TIME, false, done); playAudioSource(HTTP_PATH + '05.hls/hls_variant_audio/index.m3u8', 219600, PLAY_TIME, false, done);
}) })
}) })
...@@ -60,66 +60,66 @@ describe('VideoPlayerHLSTest', function () { ...@@ -60,66 +60,66 @@ describe('VideoPlayerHLSTest', function () {
}) })
/* * /* *
* @tc.number : SUB_MEDIA_VIDEO_PLAYER_HLS_SEEK_SEPARATE * @tc.number : SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_Separate_0100
* @tc.name : 001.test hls audio video separate * @tc.name : 001.test hls audio video separate
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level1 * @tc.level : Level1
*/ */
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_0100Separate', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_Separate_0100', 0, async function (done) {
await testVideoSeek(HTTP_PATH + '05.hls/2/index.m3u8', 10033, PLAY_TIME, done); await testVideoSeek(HTTP_PATH + '05.hls/2/index.m3u8', 10033, PLAY_TIME, done);
done(); done();
}) })
/* * /* *
* @tc.number : SUB_MEDIA_VIDEO_PLAYER_HLS_SEEK_AUDIOONLY * @tc.number : SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_AudioOnly_0100
* @tc.name : 001.test hls audio only * @tc.name : 001.test hls audio only
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level1 * @tc.level : Level1
*/ */
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_0100AudioOnly', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_AudioOnly_0100', 0, async function (done) {
await testVideoSeek(HTTP_PATH + '05.hls/audio_only/index.m3u8', 10033, PLAY_TIME, done); await testVideoSeek(HTTP_PATH + '05.hls/audio_only/index.m3u8', 10033, PLAY_TIME, done);
done(); done();
}) })
/* * /* *
* @tc.number : SUB_MEDIA_VIDEO_PLAYER_HLS_SEEK_VARIANT * @tc.number : SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_Variant_0100
* @tc.name : 001.test hls variant * @tc.name : 001.test hls variant
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level0 * @tc.level : Level0
*/ */
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_0100Variant', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_Variant_0100', 0, async function (done) {
await testVideoSeek(HTTP_PATH + '05.hls/hls_variant/index.m3u8', 10033, PLAY_TIME, done); await testVideoSeek(HTTP_PATH + '05.hls/hls_variant/index.m3u8', 10033, PLAY_TIME, done);
done(); done();
}) })
/* * /* *
* @tc.number : SUB_MEDIA_VIDEO_PLAYER_HLS_SEEK_AUDIOOFF * @tc.number : SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_AudioOff_0100
* @tc.name : 001.test hls variant * @tc.name : 001.test hls variant
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level1 * @tc.level : Level1
*/ */
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_0100VariantAudioOff', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_AudioOff_0100', 0, async function (done) {
await testVideoSeek(HTTP_PATH + '05.hls/hls_variant2/index.m3u8', 10080, PLAY_TIME, done); await testVideoSeek(HTTP_PATH + '05.hls/hls_variant2/index.m3u8', 10080, PLAY_TIME, done);
done(); done();
}) })
/* * /* *
* @tc.number : SUB_MEDIA_VIDEO_PLAYER_HLS_SEEK_CODEC_CHAGNGE * @tc.number : SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_CodecChange_0100
* @tc.name : 001.test hls variant * @tc.name : 001.test hls variant
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level2 * @tc.level : Level2
*/ */
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_0100CodecChange', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SEEK_CodecChange_0100', 0, async function (done) {
await testVideoSeek(HTTP_PATH + '05.hls/hls_variant3/index.m3u8', 10080, PLAY_TIME, done); await testVideoSeek(HTTP_PATH + '05.hls/hls_variant3/index.m3u8', 10080, PLAY_TIME, done);
done(); done();
}) })
......
...@@ -60,66 +60,66 @@ describe('VideoPlayerHLSTest', function () { ...@@ -60,66 +60,66 @@ describe('VideoPlayerHLSTest', function () {
}) })
/* * /* *
* @tc.number : SUB_MEDIA_VIDEO_PLAYER_HLS_SEPARATE * @tc.number : SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_Separate_0100
* @tc.name : 001.test hls audio video separate * @tc.name : 001.test hls audio video separate
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level1 * @tc.level : Level1
*/ */
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_0100Separate', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_Separate_0100', 0, async function (done) {
await playVideoSource(HTTP_PATH + '05.hls/2/index.m3u8', 640, 320, 10033, PLAY_TIME, done); await playVideoSource(HTTP_PATH + '05.hls/2/index.m3u8', 640, 320, 10033, PLAY_TIME, done);
done(); done();
}) })
/* * /* *
* @tc.number : SUB_MEDIA_VIDEO_PLAYER_HLS_AUDIOONLY * @tc.number : SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_AudioOnly_0100
* @tc.name : 001.test hls audio only * @tc.name : 001.test hls audio only
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level1 * @tc.level : Level1
*/ */
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_0100AudioOnly', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_AudioOnly_0100', 0, async function (done) {
await playVideoSource(HTTP_PATH + '05.hls/audio_only/index.m3u8', 0, 0, 10033, PLAY_TIME, done); await playVideoSource(HTTP_PATH + '05.hls/audio_only/index.m3u8', 0, 0, 10033, PLAY_TIME, done);
done(); done();
}) })
/* * /* *
* @tc.number : SUB_MEDIA_VIDEO_PLAYER_HLS_VARIANT * @tc.number : SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_Variant_0100
* @tc.name : 001.test hls variant * @tc.name : 001.test hls variant
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level0 * @tc.level : Level0
*/ */
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_0100Variant', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_Variant_0100', 0, async function (done) {
await playVideoSource(HTTP_PATH + '05.hls/hls_variant/index.m3u8', null, null, 10033, PLAY_TIME, done); await playVideoSource(HTTP_PATH + '05.hls/hls_variant/index.m3u8', null, null, 10033, PLAY_TIME, done);
done(); done();
}) })
/* * /* *
* @tc.number : SUB_MEDIA_VIDEO_PLAYER_HLS_AUDIOOFF * @tc.number : SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_AudioOff_0100
* @tc.name : 001.test hls variant * @tc.name : 001.test hls variant
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level1 * @tc.level : Level1
*/ */
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_0100VariantAudioOff', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_AudioOff_0100', 0, async function (done) {
await playVideoSource(HTTP_PATH + '05.hls/hls_variant2/index.m3u8', null, null, 10080, PLAY_TIME, done); await playVideoSource(HTTP_PATH + '05.hls/hls_variant2/index.m3u8', null, null, 10080, PLAY_TIME, done);
done(); done();
}) })
/* * /* *
* @tc.number : SUB_MEDIA_VIDEO_PLAYER_HLS_CODEC_CHAGNGE * @tc.number : SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_CodecChange_0100
* @tc.name : 001.test hls variant * @tc.name : 001.test hls variant
* @tc.desc : HLS Video playback control test * @tc.desc : HLS Video playback control test
* @tc.size : MediumTest * @tc.size : MediumTest
* @tc.type : Function test * @tc.type : Function test
* @tc.level : Level2 * @tc.level : Level2
*/ */
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_0100CodecChange', 0, async function (done) { it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_CodecChange_0100', 0, async function (done) {
await playVideoSource(HTTP_PATH + '05.hls/hls_variant3/index.m3u8', null, null, 10080, PLAY_TIME, done); await playVideoSource(HTTP_PATH + '05.hls/hls_variant3/index.m3u8', null, null, 10080, PLAY_TIME, done);
done(); done();
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册