mirror of https://gitee.com/openkylin/libvirt.git
tests: virjson: Remove spaces from 'very-hard' parsing example
The example is rather long and upcomming patch will check whether the string can be formatted back. As the formatted string lacks spaces and adding the 'expect' string with spaces would be rather long, just drop spaces from this test case. There are other test cases which do contain spaces.
This commit is contained in:
parent
0a2866b42a
commit
85f7620212
|
@ -386,30 +386,30 @@ mymain(void)
|
|||
"\"label\": \"charmonitor\"}, {\"filename\": \"pty:/dev/pts/158\","
|
||||
"\"label\": \"charserial0\"}], \"id\": \"libvirt-3\"}");
|
||||
|
||||
DO_TEST_PARSE("VeryHard", "{\"return\": [{\"name\": \"quit\"}, {\"name\":"
|
||||
"\"eject\"}, {\"name\": \"change\"}, {\"name\": \"screendump\"},"
|
||||
"{\"name\": \"stop\"}, {\"name\": \"cont\"}, {\"name\": "
|
||||
"\"system_reset\"}, {\"name\": \"system_powerdown\"}, "
|
||||
"{\"name\": \"device_add\"}, {\"name\": \"device_del\"}, "
|
||||
"{\"name\": \"cpu\"}, {\"name\": \"memsave\"}, {\"name\": "
|
||||
"\"pmemsave\"}, {\"name\": \"migrate\"}, {\"name\": "
|
||||
"\"migrate_cancel\"}, {\"name\": \"migrate_set_speed\"},"
|
||||
"{\"name\": \"client_migrate_info\"}, {\"name\": "
|
||||
"\"migrate_set_downtime\"}, {\"name\": \"netdev_add\"}, "
|
||||
"{\"name\": \"netdev_del\"}, {\"name\": \"block_resize\"},"
|
||||
"{\"name\": \"balloon\"}, {\"name\": \"set_link\"}, {\"name\":"
|
||||
"\"getfd\"}, {\"name\": \"closefd\"}, {\"name\": \"block_passwd\"},"
|
||||
"{\"name\": \"set_password\"}, {\"name\": \"expire_password\"},"
|
||||
"{\"name\": \"qmp_capabilities\"}, {\"name\": "
|
||||
"\"human-monitor-command\"}, {\"name\": \"query-version\"},"
|
||||
"{\"name\": \"query-commands\"}, {\"name\": \"query-chardev\"},"
|
||||
"{\"name\": \"query-block\"}, {\"name\": \"query-blockstats\"}, "
|
||||
"{\"name\": \"query-cpus\"}, {\"name\": \"query-pci\"}, {\"name\":"
|
||||
"\"query-kvm\"}, {\"name\": \"query-status\"}, {\"name\": "
|
||||
"\"query-mice\"}, {\"name\": \"query-vnc\"}, {\"name\": "
|
||||
"\"query-spice\"}, {\"name\": \"query-name\"}, {\"name\": "
|
||||
"\"query-uuid\"}, {\"name\": \"query-migrate\"}, {\"name\": "
|
||||
"\"query-balloon\"}], \"id\": \"libvirt-2\"}");
|
||||
DO_TEST_PARSE("VeryHard", "{\"return\":[{\"name\":\"quit\"},{\"name\":"
|
||||
"\"eject\"},{\"name\":\"change\"},{\"name\":\"screendump\"},"
|
||||
"{\"name\":\"stop\"},{\"name\":\"cont\"},{\"name\":"
|
||||
"\"system_reset\"},{\"name\":\"system_powerdown\"},"
|
||||
"{\"name\":\"device_add\"},{\"name\":\"device_del\"},"
|
||||
"{\"name\":\"cpu\"},{\"name\":\"memsave\"},{\"name\":"
|
||||
"\"pmemsave\"},{\"name\":\"migrate\"},{\"name\":"
|
||||
"\"migrate_cancel\"},{\"name\":\"migrate_set_speed\"},"
|
||||
"{\"name\":\"client_migrate_info\"},{\"name\":"
|
||||
"\"migrate_set_downtime\"},{\"name\":\"netdev_add\"},"
|
||||
"{\"name\":\"netdev_del\"},{\"name\":\"block_resize\"},"
|
||||
"{\"name\":\"balloon\"},{\"name\":\"set_link\"},{\"name\":"
|
||||
"\"getfd\"},{\"name\":\"closefd\"},{\"name\":\"block_passwd\"},"
|
||||
"{\"name\":\"set_password\"},{\"name\":\"expire_password\"},"
|
||||
"{\"name\":\"qmp_capabilities\"},{\"name\":"
|
||||
"\"human-monitor-command\"},{\"name\":\"query-version\"},"
|
||||
"{\"name\":\"query-commands\"},{\"name\":\"query-chardev\"},"
|
||||
"{\"name\":\"query-block\"},{\"name\":\"query-blockstats\"},"
|
||||
"{\"name\":\"query-cpus\"},{\"name\":\"query-pci\"},{\"name\":"
|
||||
"\"query-kvm\"},{\"name\":\"query-status\"},{\"name\":"
|
||||
"\"query-mice\"},{\"name\":\"query-vnc\"},{\"name\":"
|
||||
"\"query-spice\"},{\"name\":\"query-name\"},{\"name\":"
|
||||
"\"query-uuid\"},{\"name\":\"query-migrate\"},{\"name\":"
|
||||
"\"query-balloon\"}],\"id\":\"libvirt-2\"}");
|
||||
|
||||
DO_TEST_FULL("add and remove", AddRemove,
|
||||
"{\"name\": \"sample\", \"value\": true}",
|
||||
|
|
Loading…
Reference in New Issue