From c8fa379c55d99c48f15298cd6013378722c32c87 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 2 Apr 2012 18:01:41 +0530 Subject: [PATCH] README file for the tutorial on "Testing with Python" --- tools/testClient/demo/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/testClient/demo/README diff --git a/tools/testClient/demo/README b/tools/testClient/demo/README new file mode 100644 index 00000000000..650ea05df1c --- /dev/null +++ b/tools/testClient/demo/README @@ -0,0 +1,4 @@ +Demo files for use with the tutorial on "Testing with Python". + +testDeployVM.py - to be run against a 2.2.y installation of management server +testSshDeployVM.py - to be run against a 3.0.x installation of management server