Files
os-autotest/suite2cases/function_test/pkg_test/GeoIP.json
2026-04-28 14:40:01 +08:00

54 lines
1.8 KiB
JSON

{
"path": "$OET_PATH/testcases/function_test/pkg_test/GeoIP/GeoIP",
"machine num": 1,
"cases": [
{
"name": "test_GeoIP_geoiplookup__d_directory",
"desc": "测试使用-d参数指定GeoIP数据库目录"
},
{
"name": "test_GeoIP_geoiplookup__upper_v",
"desc": "测试使用-V参数显示版本信息"
},
{
"name": "test_GeoIP_geoiplookup__upper_l",
"desc": "测试使用-L参数列出所有可用的数据库信息"
},
{
"name": "test_GeoIP_geoiplookup__h",
"desc": "测试使用-h参数显示帮助信息"
},
{
"name": "test_GeoIP_function_uninstall",
"desc": "测试软件包GeoIP的卸载功能"
},
{
"name": "test_GeoIP_function_check_installed",
"desc": "检查GeoIP软件包是否已正确安装"
},
{
"name": "test_GeoIP_function_lookup_ipv6",
"desc": "测试使用geoiplookup6查询IPv6地址的地理位置"
},
{
"name": "test_GeoIP_geoiplookup__f",
"desc": "测试geoiplookup命令的强制使用IPv4模式"
},
{
"name": "test_GeoIP_geoiplookup__i",
"desc": "测试geoiplookup命令的强制使用IPv6模式"
},
{
"name": "test_GeoIP_geoiplookup__d",
"desc": "测试geoiplookup命令指定自定义数据库目录"
},
{
"name": "test_GeoIP_function_version",
"desc": "测试geoiplookup和geoiplookup6的版本信息"
},
{
"name": "test_GeoIP_function_custom_db",
"desc": "测试使用自定义数据库目录进行查询"
}
]
}