riak_test/tests/ts_A_put_simple.erl

15 lines
325 B
Erlang
Raw Normal View History

2015-11-06 23:27:42 +00:00
-module(ts_A_put_simple).
2015-09-18 09:22:03 +00:00
-behavior(riak_test).
2015-09-18 09:22:03 +00:00
-export([confirm/0]).
-include_lib("eunit/include/eunit.hrl").
confirm() ->
Cluster = single,
TestType = normal,
DDL = timeseries_util:get_ddl(docs),
Obj = [timeseries_util:get_valid_obj()],
2015-11-06 23:27:42 +00:00
timeseries_util:confirm_put(Cluster, TestType, DDL, Obj, ok).