File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ On Linux:
132132
133133 On Windows:
134134
135- * Setup a Linux machine with Tarantool installed.
135+ * Setup a Linux machine with Tarantool and `` tt `` installed.
136136 This machine will be referred to as ``remote `` in this instruction.
137137* (On ``remote ``) Copy ``test/suites/lib/tarantool_python_ci.lua `` to
138138 ``/etc/tarantool/instances.available ``.
139- * (On ``remote ``) Run ``tarantoolctl start tarantool_python_ci ``.
139+ * (On ``remote ``) Run ``tt start tarantool_python_ci ``.
140140* Set the following environment variables:
141141 * ``REMOTE_TARANTOOL_HOST=... ``,
142142 * ``REMOTE_TARANTOOL_CONSOLE_PORT=3302 ``.
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ if crud_imported == false or vshard_imported == false then
8484 local fail_msg = ' The crud/vshard modules are not detected, ' ..
8585 ' installation via rocks install is required ' ..
8686 ' for CRUD testing purposes. You can use ' ..
87- ' <tarantoolctl rocks install crud> or ' ..
8887 ' <tt rocks install crud> to install modules'
8988 -- The print output will be captured in the logs.
9089 print (fail_msg )
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ def setUp(self):
6565 raise unittest .SkipTest ('The crud/vshard modules are not detected, '
6666 'installation via rocks install is required '
6767 'for CRUD testing purposes. You can use '
68- '<tarantoolctl rocks install crud> or '
6968 '<tt rocks install crud> to install modules' )
7069
7170 crud_test_cases = {
You can’t perform that action at this time.
0 commit comments