[libvirt] [test-API][PATCH 1/2] Remove cases/migrate.conf testcases and create a set of migration testcases

Nan Zhang nzhang at redhat.com
Tue Sep 6 03:17:22 UTC 2011


On 09/02/2011 03:23 PM, Guannan Ren wrote:
>       *cases/migrate.conf remove it.
>       *cases/migration/* create a new set of migraion testcases with
>        tcp, tls and sasl combination
>
>       It's huge, so I send the header of commit here.
> ---
>   cases/migrate.conf                                 |   97 ----
>   cases/migration/ssh_persistent_paused_no_dst.conf  |  459 +++++++++++++++++++
>   .../migration/ssh_persistent_paused_with_dst.conf  |  459 +++++++++++++++++++
>   cases/migration/ssh_persistent_running_no_dst.conf |  435 ++++++++++++++++++
>   .../migration/ssh_persistent_running_with_dst.conf |  435 ++++++++++++++++++
>   cases/migration/ssh_transient_paused_no_dst.conf   |  403 +++++++++++++++++
>   cases/migration/ssh_transient_paused_with_dst.conf |  403 +++++++++++++++++
>   cases/migration/ssh_transient_running_no_dst.conf  |  388 ++++++++++++++++
>   .../migration/ssh_transient_running_with_dst.conf  |  382 ++++++++++++++++
>   cases/migration/tcp_persistent_paused_no_dst.conf  |  471 ++++++++++++++++++++
>   .../migration/tcp_persistent_paused_with_dst.conf  |  471 ++++++++++++++++++++
>   cases/migration/tcp_persistent_running_no_dst.conf |  447 +++++++++++++++++++
>   .../migration/tcp_persistent_running_with_dst.conf |  447 +++++++++++++++++++
>   .../tcp_sasl_persistent_paused_no_dst.conf         |  167 +++++++
>   .../tcp_sasl_persistent_paused_with_dst.conf       |  168 +++++++
>   .../tcp_sasl_persistent_running_no_dst.conf        |  159 +++++++
>   .../tcp_sasl_persistent_running_with_dst.conf      |  159 +++++++
>   .../tcp_sasl_transient_paused_no_dst.conf          |  151 +++++++
>   .../tcp_sasl_transient_paused_with_dst.conf        |  151 +++++++
>   .../tcp_sasl_transient_running_no_dst.conf         |  143 ++++++
>   .../tcp_sasl_transient_running_with_dst.conf       |  143 ++++++
>   cases/migration/tcp_transient_paused_no_dst.conf   |  415 +++++++++++++++++
>   cases/migration/tcp_transient_paused_with_dst.conf |  415 +++++++++++++++++
>   cases/migration/tcp_transient_running_no_dst.conf  |  400 +++++++++++++++++
>   .../migration/tcp_transient_running_with_dst.conf  |  394 ++++++++++++++++
>   cases/migration/tls_persistent_paused_no_dst.conf  |  471 ++++++++++++++++++++
>   .../migration/tls_persistent_paused_with_dst.conf  |  471 ++++++++++++++++++++
>   cases/migration/tls_persistent_running_no_dst.conf |  447 +++++++++++++++++++
>   .../migration/tls_persistent_running_with_dst.conf |  447 +++++++++++++++++++
>   .../tls_sasl_persistent_paused_no_dst.conf         |  167 +++++++
>   .../tls_sasl_persistent_paused_with_dst.conf       |  167 +++++++
>   .../tls_sasl_persistent_running_no_dst.conf        |  159 +++++++
>   .../tls_sasl_persistent_running_with_dst.conf      |  159 +++++++
>   .../tls_sasl_transient_paused_no_dst.conf          |  151 +++++++
>   .../tls_sasl_transient_paused_with_dst.conf        |  151 +++++++
>   .../tls_sasl_transient_running_no_dst.conf         |  143 ++++++
>   .../tls_sasl_transient_running_with_dst.conf       |  143 ++++++
>   cases/migration/tls_transient_paused_no_dst.conf   |  415 +++++++++++++++++
>   cases/migration/tls_transient_paused_with_dst.conf |  415 +++++++++++++++++
>   cases/migration/tls_transient_running_no_dst.conf  |  400 +++++++++++++++++
>   .../migration/tls_transient_running_with_dst.conf  |  394 ++++++++++++++++
>   41 files changed, 12765 insertions(+), 97 deletions(-)
>   delete mode 100644 cases/migrate.conf
>   create mode 100644 cases/migration/ssh_persistent_paused_no_dst.conf
>   create mode 100644 cases/migration/ssh_persistent_paused_with_dst.conf
>   create mode 100644 cases/migration/ssh_persistent_running_no_dst.conf
>   create mode 100644 cases/migration/ssh_persistent_running_with_dst.conf
>   create mode 100644 cases/migration/ssh_transient_paused_no_dst.conf
>   create mode 100644 cases/migration/ssh_transient_paused_with_dst.conf
>   create mode 100644 cases/migration/ssh_transient_running_no_dst.conf
>   create mode 100644 cases/migration/ssh_transient_running_with_dst.conf
>   create mode 100644 cases/migration/tcp_persistent_paused_no_dst.conf
>   create mode 100644 cases/migration/tcp_persistent_paused_with_dst.conf
>   create mode 100644 cases/migration/tcp_persistent_running_no_dst.conf
>   create mode 100644 cases/migration/tcp_persistent_running_with_dst.conf
>   create mode 100644 cases/migration/tcp_sasl_persistent_paused_no_dst.conf
>   create mode 100644 cases/migration/tcp_sasl_persistent_paused_with_dst.conf
>   create mode 100644 cases/migration/tcp_sasl_persistent_running_no_dst.conf
>   create mode 100644 cases/migration/tcp_sasl_persistent_running_with_dst.conf
>   create mode 100644 cases/migration/tcp_sasl_transient_paused_no_dst.conf
>   create mode 100644 cases/migration/tcp_sasl_transient_paused_with_dst.conf
>   create mode 100644 cases/migration/tcp_sasl_transient_running_no_dst.conf
>   create mode 100644 cases/migration/tcp_sasl_transient_running_with_dst.conf
>   create mode 100644 cases/migration/tcp_transient_paused_no_dst.conf
>   create mode 100644 cases/migration/tcp_transient_paused_with_dst.conf
>   create mode 100644 cases/migration/tcp_transient_running_no_dst.conf
>   create mode 100644 cases/migration/tcp_transient_running_with_dst.conf
>   create mode 100644 cases/migration/tls_persistent_paused_no_dst.conf
>   create mode 100644 cases/migration/tls_persistent_paused_with_dst.conf
>   create mode 100644 cases/migration/tls_persistent_running_no_dst.conf
>   create mode 100644 cases/migration/tls_persistent_running_with_dst.conf
>   create mode 100644 cases/migration/tls_sasl_persistent_paused_no_dst.conf
>   create mode 100644 cases/migration/tls_sasl_persistent_paused_with_dst.conf
>   create mode 100644 cases/migration/tls_sasl_persistent_running_no_dst.conf
>   create mode 100644 cases/migration/tls_sasl_persistent_running_with_dst.conf
>   create mode 100644 cases/migration/tls_sasl_transient_paused_no_dst.conf
>   create mode 100644 cases/migration/tls_sasl_transient_paused_with_dst.conf
>   create mode 100644 cases/migration/tls_sasl_transient_running_no_dst.conf
>   create mode 100644 cases/migration/tls_sasl_transient_running_with_dst.conf
>   create mode 100644 cases/migration/tls_transient_paused_no_dst.conf
>   create mode 100644 cases/migration/tls_transient_paused_with_dst.conf
>   create mode 100644 cases/migration/tls_transient_running_no_dst.conf
>   create mode 100644 cases/migration/tls_transient_running_with_dst.conf
>
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list
     ACK.

- nzhang




More information about the libvir-list mailing list