]> git.proxmox.com Git - mirror_ovs.git/blobdiff - tests/ovsdb-mutation.at
treewide: Convert leading tabs to spaces.
[mirror_ovs.git] / tests / ovsdb-mutation.at
index fc898b56d92ac8f76d0b8667d3de7c392c3bff07..2981c5393c015e005cd9b8cb8c5f1e88ea53624b 100644 (file)
@@ -12,7 +12,7 @@ OVSDB_CHECK_POSITIVE([mutations on scalars],
         {"i": {"type": "integer"},
          "r": {"type": "real"},
          "b": {"type": "boolean"},
-        "s": {"type": "string"},
+         "s": {"type": "string"},
          "u": {"type": "uuid"}}}' \
     '[["i", "+=", 0]]' \
     '[["i", "-=", 1]]' \
@@ -41,7 +41,7 @@ AT_CHECK([[test-ovsdb parse-mutations \
         {"i": {"type": "integer"},
          "r": {"type": "real"},
          "b": {"type": "boolean"},
-        "s": {"type": "string"},
+         "s": {"type": "string"},
          "u": {"type": "uuid"}}}' \
     '[["i", "xxx", 1]]' \
     '[["i", "insert", 1]]' \
@@ -117,7 +117,7 @@ OVSDB_CHECK_POSITIVE([mutations on sets],
         {"i": {"type": {"key": "integer", "min": 0, "max": "unlimited"}},
          "r": {"type": {"key": "real", "min": 0, "max": "unlimited"}},
          "b": {"type": {"key": "boolean", "min": 0, "max": "unlimited"}},
-        "s": {"type": {"key": "string", "min": 0, "max": "unlimited"}},
+         "s": {"type": {"key": "string", "min": 0, "max": "unlimited"}},
          "u": {"type": {"key": "uuid", "min": 0, "max": "unlimited"}}}}' \
     '[["i", "+=", 1]]' \
     '[["i", "-=", 2]]' \