This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/01-TestCase/tsg_bfapi/dashboard_data_compare/TrafficStatistics.robot

169 lines
5.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

*** Settings ***
Force Tags tsg-bfapi dashboard traffic
Library Collections
Resource ../../../03-Variable/BifangApiVariable.txt
Resource ../../../02-Keyword/tsg_bfapi/dashboard_data_compare/TrafficStatistics.robot
Library GetTimeLibrary
*** Test Cases ***
TrafficStatistics-bytes-0001
# Traffics-带宽统计 统计类型bytes bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-bytes ${startTime} ${endTime}
TrafficStatistics-bytes-0002
# Traffics-带宽统计 统计类型bytes bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-bytes ${startTime} ${endTime}
TrafficStatistics-bytes-0003
# Traffics-带宽统计 统计类型bytes bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-bytes ${startTime} ${endTime}
TrafficStatistics-packets-0001
# Traffics-带宽统计 统计类型packets bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-packets ${startTime} ${endTime}
TrafficStatistics-packets-0002
# Traffics-带宽统计 统计类型packets bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-packets ${startTime} ${endTime}
TrafficStatistics-packets-0003
# Traffics-带宽统计 统计类型packets bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-packets ${startTime} ${endTime}
TrafficStatistics-sessions-0001
# Traffics-带宽统计 统计类型sessions bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-sessions ${startTime} ${endTime}
TrafficStatistics-sessions-0002
# Traffics-带宽统计 统计类型sessions bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-sessions ${startTime} ${endTime}
TrafficStatistics-sessions-0003
# Traffics-带宽统计 统计类型sessions bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-sessions ${startTime} ${endTime}
TrafficStatistics-trend-bytes-0001
# Traffics-带宽趋势 统计类型bytes bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-trend-bytes ${startTime} ${endTime} 60 5
TrafficStatistics-trend-bytes-0002
# Traffics-带宽趋势 统计类型bytes bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-trend-bytes ${startTime} ${endTime} 300 5
TrafficStatistics-trend-bytes-0003
# Traffics-带宽趋势 统计类型bytes bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-trend-bytes ${startTime} ${endTime} 300 10
TrafficStatistics-trend-packets-0001
# Traffics-带宽趋势 统计类型packets bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-trend-packets ${startTime} ${endTime} 60 5
TrafficStatistics-trend-packets-0002
# Traffics-带宽趋势 统计类型packets bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-trend-packets ${startTime} ${endTime} 60 10
TrafficStatistics-trend-packets-0003
# Traffics-带宽趋势 统计类型packets bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-trend-packets ${startTime} ${endTime} 300 10
TrafficStatistics-trend-sessions-0001
# Traffics-带宽趋势 统计类型sessions bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-trend-sessions ${startTime} ${endTime} 60 5
TrafficStatistics-trend-sessions-0002
# Traffics-带宽趋势 统计类型sessions bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-trend-sessions ${startTime} ${endTime} 60 10
TrafficStatistics-trend-sessions-0003
# Traffics-带宽趋势 统计类型sessions bifang和bigData对比 Traffic IN/OUT
#开始时间
${starttime} time1 30s
#结束时间
${endtime} time1 s
Dashboard-Traffic-trend-sessions ${startTime} ${endTime} 300 10