From 3a75da67cbcf09c19df2a9dca2f576d51ed2191d Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Mon, 29 Apr 2013 23:04:06 -0400 Subject: Remove "ufo" directory, promoting contents to top-level Additionally, we drop the "ufo" references from setup.py, spec file and README, and add the HISTORY file describing how the repo was initially created. We also update the RPM spec file to use the name "gluster-for-swift" to avoid colliding with existing RPM names from RHS 2.0 (the spec file's description was also updated, along with the version number). Change-Id: If804224a94208d57896e4189c63736ffc9e01d5e Signed-off-by: Peter Portante Reviewed-on: http://review.gluster.org/4966 Reviewed-by: Luis Pabon Reviewed-by: Mohammed Junaid Reviewed-by: Kaleb KEITHLEY Reviewed-by: Peter Portante Tested-by: Peter Portante --- test/unit/common/data/README.rings | 3 +++ test/unit/common/data/account.builder | Bin 0 -> 537 bytes test/unit/common/data/account.ring.gz | Bin 0 -> 183 bytes test/unit/common/data/account_tree.tar.bz2 | Bin 0 -> 228 bytes test/unit/common/data/backups/1365124498.account.builder | Bin 0 -> 537 bytes .../unit/common/data/backups/1365124498.container.builder | Bin 0 -> 537 bytes test/unit/common/data/backups/1365124498.object.builder | Bin 0 -> 228 bytes test/unit/common/data/backups/1365124499.object.builder | Bin 0 -> 537 bytes test/unit/common/data/container.builder | Bin 0 -> 537 bytes test/unit/common/data/container.ring.gz | Bin 0 -> 185 bytes test/unit/common/data/container_tree.tar.bz2 | Bin 0 -> 282 bytes test/unit/common/data/object.builder | Bin 0 -> 537 bytes test/unit/common/data/object.ring.gz | Bin 0 -> 182 bytes 13 files changed, 3 insertions(+) create mode 100644 test/unit/common/data/README.rings create mode 100644 test/unit/common/data/account.builder create mode 100644 test/unit/common/data/account.ring.gz create mode 100644 test/unit/common/data/account_tree.tar.bz2 create mode 100644 test/unit/common/data/backups/1365124498.account.builder create mode 100644 test/unit/common/data/backups/1365124498.container.builder create mode 100644 test/unit/common/data/backups/1365124498.object.builder create mode 100644 test/unit/common/data/backups/1365124499.object.builder create mode 100644 test/unit/common/data/container.builder create mode 100644 test/unit/common/data/container.ring.gz create mode 100644 test/unit/common/data/container_tree.tar.bz2 create mode 100644 test/unit/common/data/object.builder create mode 100644 test/unit/common/data/object.ring.gz (limited to 'test/unit/common/data') diff --git a/test/unit/common/data/README.rings b/test/unit/common/data/README.rings new file mode 100644 index 0000000..6457501 --- /dev/null +++ b/test/unit/common/data/README.rings @@ -0,0 +1,3 @@ +The unit tests expect certain ring data built using the following command: + + ../../../../bin/gluster-swift-gen-builders test iops \ No newline at end of file diff --git a/test/unit/common/data/account.builder b/test/unit/common/data/account.builder new file mode 100644 index 0000000..090ba4b Binary files /dev/null and b/test/unit/common/data/account.builder differ diff --git a/test/unit/common/data/account.ring.gz b/test/unit/common/data/account.ring.gz new file mode 100644 index 0000000..6d4c854 Binary files /dev/null and b/test/unit/common/data/account.ring.gz differ diff --git a/test/unit/common/data/account_tree.tar.bz2 b/test/unit/common/data/account_tree.tar.bz2 new file mode 100644 index 0000000..cb23e4d Binary files /dev/null and b/test/unit/common/data/account_tree.tar.bz2 differ diff --git a/test/unit/common/data/backups/1365124498.account.builder b/test/unit/common/data/backups/1365124498.account.builder new file mode 100644 index 0000000..090ba4b Binary files /dev/null and b/test/unit/common/data/backups/1365124498.account.builder differ diff --git a/test/unit/common/data/backups/1365124498.container.builder b/test/unit/common/data/backups/1365124498.container.builder new file mode 100644 index 0000000..733d27d Binary files /dev/null and b/test/unit/common/data/backups/1365124498.container.builder differ diff --git a/test/unit/common/data/backups/1365124498.object.builder b/test/unit/common/data/backups/1365124498.object.builder new file mode 100644 index 0000000..ff877ec Binary files /dev/null and b/test/unit/common/data/backups/1365124498.object.builder differ diff --git a/test/unit/common/data/backups/1365124499.object.builder b/test/unit/common/data/backups/1365124499.object.builder new file mode 100644 index 0000000..8b8cd6c Binary files /dev/null and b/test/unit/common/data/backups/1365124499.object.builder differ diff --git a/test/unit/common/data/container.builder b/test/unit/common/data/container.builder new file mode 100644 index 0000000..733d27d Binary files /dev/null and b/test/unit/common/data/container.builder differ diff --git a/test/unit/common/data/container.ring.gz b/test/unit/common/data/container.ring.gz new file mode 100644 index 0000000..592b84b Binary files /dev/null and b/test/unit/common/data/container.ring.gz differ diff --git a/test/unit/common/data/container_tree.tar.bz2 b/test/unit/common/data/container_tree.tar.bz2 new file mode 100644 index 0000000..b4a1492 Binary files /dev/null and b/test/unit/common/data/container_tree.tar.bz2 differ diff --git a/test/unit/common/data/object.builder b/test/unit/common/data/object.builder new file mode 100644 index 0000000..8b8cd6c Binary files /dev/null and b/test/unit/common/data/object.builder differ diff --git a/test/unit/common/data/object.ring.gz b/test/unit/common/data/object.ring.gz new file mode 100644 index 0000000..d2f7192 Binary files /dev/null and b/test/unit/common/data/object.ring.gz differ -- cgit