Skip to content

Commit d5935b1

Browse files
Mirochillr.inyakin
authored andcommitted
docs: recommend tt in remote test instructions
References to tarantoolctl have been replaced with tt. Closed #313
1 parent 1719e9c commit d5935b1

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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``.

test/suites/crud_server.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

test/suites/test_crud.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 = {

0 commit comments

Comments
 (0)