libvirt/tests/virnetdaemondata
Marc Hartmayer 27e2e855cc tests: virnetdaemontest: Enable testing for 'auth_pending'
Enable testing for 'auth_pending' in the virnetdaemon test case.

Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
2018-01-04 06:55:31 -05:00
..
input-data-admin-nomdns.json test: Replace tabs with spaces in virnetdaemondata json files 2015-08-24 09:30:40 +02:00
input-data-admin-server-names.json tests: virnetdaemon: Replace tabs with spaces 2016-04-21 12:36:03 +02:00
input-data-anon-clients.json
input-data-client-auth-pending-failure.json tests: virnetdaemontest: Enable testing for 'auth_pending' 2018-01-04 06:55:31 -05:00
input-data-client-auth-pending.json tests: virnetdaemontest: Enable testing for 'auth_pending' 2018-01-04 06:55:31 -05:00
input-data-client-ids.json rpc: virnetserverclient: Identify clients by an integer ID 2016-05-02 22:25:51 +02:00
input-data-client-timestamp.json rpc: virnetserverclient: Introduce new attribute conn_time to client 2016-05-02 22:25:52 +02:00
input-data-initial-nomdns.json
input-data-initial.json
input-data-no-keepalive-required.json test: Replace tabs with spaces in virnetdaemondata json files 2015-08-24 09:30:40 +02:00
output-data-admin-nomdns.json rpc: virnetserver: Fix race on srv->nclients_unauth 2018-01-04 06:55:31 -05:00
output-data-admin-server-names.json rpc: virnetserver: Fix race on srv->nclients_unauth 2018-01-04 06:55:31 -05:00
output-data-anon-clients.json rpc: virnetserver: Fix race on srv->nclients_unauth 2018-01-04 06:55:31 -05:00
output-data-client-auth-pending.json tests: virnetdaemontest: Enable testing for 'auth_pending' 2018-01-04 06:55:31 -05:00
output-data-client-ids.json rpc: virnetserver: Fix race on srv->nclients_unauth 2018-01-04 06:55:31 -05:00
output-data-client-timestamp.json rpc: virnetserver: Fix race on srv->nclients_unauth 2018-01-04 06:55:31 -05:00
output-data-initial-nomdns.json rpc: virnetserver: Fix race on srv->nclients_unauth 2018-01-04 06:55:31 -05:00
output-data-initial.json rpc: virnetserver: Fix race on srv->nclients_unauth 2018-01-04 06:55:31 -05:00
output-data-no-keepalive-required.json rpc: virnetserver: Fix race on srv->nclients_unauth 2018-01-04 06:55:31 -05:00
README

   virnetservertest data files
   ===========================

The various input-data-*.json files are a record of all the historical
formats that libvirt has been able to produce data for. Everytime a
new field is added to the JSON output, a *new* input data file should
be created. We must not add new fields to existing input-data files,
nor must we ever re-structure them if code changes, as we must check
new code handles the legacy formats.

The various output-data-*.json files are the record of what the *new*
JSON output should look like for the correspondingly named input-data
file. It is permissible to change the existing output-data-*.json
files if the format we save in is updated.