mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-16 07:50:18 +00:00
12 lines
232 B
YAML
12 lines
232 B
YAML
desc: Issue #46 -- bare table_create and table_drop
|
|
tests:
|
|
|
|
- cd: r.table_create('46')
|
|
ot: partial({'tables_created':1})
|
|
|
|
- cd: r.table_list()
|
|
ot: ['46']
|
|
|
|
- cd: r.table_drop('46')
|
|
ot: partial({'tables_dropped':1})
|