提交 ed71bbcb 编写于 作者: M monissa

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

Signed-off-by: Nmonissa <qiaofenfeng@huawei.com>
上级 79673a3d
......@@ -45,7 +45,7 @@ describe('AudioPlayerHLSTest', function () {
* @tc.type : Function test
* @tc.level : Level0
*/
it('testHlsAudioPlayer', 0, async function (done) {
it('SUB_MULTIMEDIA_MEDIA_AUDIO_PLAYER_HLS_0100', 0, async function (done) {
playAudioSource(HTTP_PATH + '05.hls/audio_only/index.m3u8', 219600, PLAY_TIME, false, done);
})
......@@ -57,7 +57,7 @@ describe('AudioPlayerHLSTest', function () {
* @tc.type : Function test
* @tc.level : Level2
*/
it('testHlsAudioPlayerVariant', 0, async function (done) {
it('SUB_MULTIMEDIA_MEDIA_AUDIO_PLAYER_HLS_0100Variant', 0, async function (done) {
playAudioSource(HTTP_PATH + '05.hls/hls_variant_audio/index.m3u8', 219600, PLAY_TIME, false, done);
})
})
......@@ -134,7 +134,7 @@ describe('VideoPlayerHLSBitrateTest.test', function () {
* @tc.type : Function test
* @tc.level : Level0
*/
it('testHlsVideoPlayerSelectBitrate_0100', 0, async function (done) {
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SelectBitrate_0100', 0, async function (done) {
await initVideoPlayer(done);
await setVideoUrl(HTTP_PATH + '05.hls/hls_variant/index.m3u8');
await playAndSetLoop(PLAY_TIME * 2);
......@@ -156,7 +156,7 @@ describe('VideoPlayerHLSBitrateTest.test', function () {
* @tc.type : Function test
* @tc.level : Level0
*/
it('testHlsVideoPlayerSelectBitrate_0200', 0, async function (done) {
it('SUB_MULTIMEDIA_MEDIA_VIDEO_PLAYER_HLS_SelectBitrate_0200', 0, async function (done) {
await initVideoPlayer(done);
await setVideoUrl(HTTP_PATH + '05.hls/hls_variant/index.m3u8');
await playAndSetLoop(PLAY_TIME);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册