summaryrefslogtreecommitdiff
path: root/web/db_tools/data/machine_data.py
blob: 166166109a024f3276eaaff8cd3cffcf372310fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
row_data = [
    {
        'machine_sn': '123456',
        'machine_secret': '123456',
        'alias': 1,
        'os_name': 'Ubuntu',
        'os_version': 16,
        'comp_name': 'x86',
        'comp_version':'64',
        'machine_owner_id':1
    },
]