znt/module/instance/test/model/yaml/instance_checkappnameunique.yaml

42 lines
760 B
YAML
Raw Permalink 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.

---
title: 测试checkAppNameUnique方法的instance表数据
desc: 为checkAppNameUnique方法提供测试数据包括正常实例和已删除实例
author: Claude
version: 1.0
fields:
- field: id
note: 实例ID
range: 1-5
- field: space
note: 空间ID
range: 1
- field: name
note: 应用名称
range: test-app-1,test-app-2,unique-app,existing-app,demo-app
- field: appID
note: 应用ID
range: 1-5
- field: appName
note: 应用名称
range: TestApp1,TestApp2,UniqueApp,ExistingApp,DemoApp
- field: status
note: 状态
range: running{3},stopped{2}
- field: deleted
note: 删除状态
range: 0{4},1
- field: createdBy
note: 创建者
range: admin
- field: createdAt
note: 创建时间
range: 2023-01-01 10:00:00