commit | c97f5c718a4548c7796c2eb6eb6520c9931a222c | [log] [tgz] |
---|---|---|
author | Joe Gordon <jogo@cloudscaling.com> | Thu Feb 14 01:15:57 2013 +0000 |
committer | Joe Gordon <jogo@cloudscaling.com> | Fri Feb 15 05:47:45 2013 +0000 |
tree | 0c4afd872ac31154d4f14df91f628cd5b19112de | |
parent | 2b0591d953c276a40762d8d4c2ffbc014108c795 [diff] [blame] |
First commit for python client test suite * Create a new top level directory for the tests: cli * Adds simple read only python-novaclient (compute) test Change-Id: I83e9171c119980951ee0866ec94847dd8c15f645
diff --git a/cli/simple_read_only/README.txt b/cli/simple_read_only/README.txt new file mode 100644 index 0000000..ca5fa2f --- /dev/null +++ b/cli/simple_read_only/README.txt
@@ -0,0 +1 @@ +This directory consists of simple read only python client tests.