Daniel Madej
54d6435656
Merge pull request #174 from katlapinka/stress_without_io
...
Add stress tests without I/O
2019-11-08 14:39:00 +01:00
Katarzyna Lapinska
11352a6d21
Add stress tests without I/O
2019-11-07 17:04:34 +01:00
Katarzyna Łapińska
7be7264f1a
Merge pull request #181 from robertbaldyga/update-example
...
tests: Update example using new utils
2019-11-07 11:00:03 +01:00
Robert Baldyga
4da68f426d
tests: Update example using new utils
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-11-07 10:43:10 +01:00
Michał Mielewczyk
07d8fdbf01
Merge pull request #177 from katlapinka/opencas-plugin-as-singleton
...
Make opencas plugin as singleton class
2019-11-06 11:44:44 +01:00
Michał Mielewczyk
343d041160
Merge pull request #176 from robertbaldyga/config-type-field
...
tests: Add field 'type' to example dut config
2019-11-06 11:38:58 +01:00
Michał Mielewczyk
65ada40b2f
Merge pull request #178 from robertbaldyga/dont-call-base-prepare
...
tests: Don't call base_prepare() in tests
2019-11-06 11:37:43 +01:00
Katarzyna Lapinska
eedb4ded7c
Make opencas plugin as singleton class
2019-11-06 08:32:29 +01:00
Robert Baldyga
fe5dd80c0c
tests: Don't call base_prepare() in tests
...
The base_prepare() function is now called automatically during test
setup so there is no longer need to call it from each test manually.
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-11-05 18:54:02 +01:00
Michał Mielewczyk
5d643a48d8
Merge pull request #172 from robertbaldyga/update-installer
...
tests: Update installer
2019-11-05 14:49:39 +01:00
Robert Baldyga
baa621e882
Merge pull request #167 from arutk/fix_block_dev_get_elevator_name_prototype
...
Make __block_dev_get_elevator_name return const string
2019-11-05 12:35:21 +01:00
Robert Baldyga
7dd5a6fc12
tests: Remove unused adoptions
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-11-04 14:46:36 +01:00
Robert Baldyga
01cd284a48
Update installer to use local repository
...
As tests are now part of OCL repository, we prefer to always
run tests from local repository version on the same version
of OCL, so instead of cloning OCL from GitHub we just copy
local repository to DUT.
This also simplifies running remote tests in development
environment without need to push work-in-progress commits
to GitHub or installing OCL manually on DUT.
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-11-04 14:46:36 +01:00
Daniel Madej
30901ef5c7
Merge pull request #169 from katlapinka/log-destroy
...
Destroy Log instance at the end of teardown method
2019-11-04 13:53:39 +01:00
Katarzyna Lapinska
291ea908aa
Destroy Log instance at the end of teardown method
2019-11-04 13:30:29 +01:00
Robert Baldyga
46c532e570
Unify quotes in exaple_dut_config.yml
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-11-04 11:13:54 +01:00
Robert Baldyga
ba63619d51
tests: Add field 'type' to example dut config
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-11-04 11:11:41 +01:00
Katarzyna Łapińska
00df533d15
Merge pull request #175 from robertbaldyga/fix-git-utils
...
tests: Fix git utils
2019-11-04 09:01:13 +01:00
Daniel Madej
be5fbafdde
Merge pull request #173 from katlapinka/cache-config
...
Add cache config and fix for CAS modules names
2019-10-31 16:28:01 +01:00
Robert Baldyga
2a982aaf7e
tests: Fix git utils
...
Return appropriate information instead of entire commit diff.
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-31 14:58:29 +01:00
Katarzyna Lapinska
63937439b4
Add cache config and fix for cas modules names
2019-10-31 13:41:01 +01:00
Robert Baldyga
e4a31f51a5
Set working dir
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-30 16:15:54 +01:00
Daniel Madej
04c346f062
Merge pull request #171 from robertbaldyga/set-repo-dir
...
Set repo_dir
2019-10-30 16:14:45 +01:00
Robert Baldyga
fdf72785c7
Set repo_dir
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-30 16:00:24 +01:00
Michal Rakowski
e97ef51fc5
Merge pull request #158 from arutk/alloc_opt
...
Relax CAS memory allocation requirements
2019-10-30 14:33:51 +01:00
Michal Rakowski
193937478b
Merge pull request #170 from robertbaldyga/move-git-utils
...
Use git utils from cas API
2019-10-30 14:32:25 +01:00
Robert Baldyga
c98b7e1bb3
Use git utils from cas API
...
Test framework does no longer provide git_utils, so we switch
to local implementation.
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-30 10:30:14 +01:00
Robert Bałdyga
7f6ce5764f
Merge pull request #162 from robertbaldyga/use-require_disk
...
Use "require_disk" mark
2019-10-29 14:50:54 +01:00
Robert Baldyga
2c080dd8ca
Loosen cache disk type requirements for simple cli tests
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-29 14:42:27 +01:00
Robert Baldyga
ba9876ed52
Simplify waiting for connection
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-29 10:19:13 +01:00
Robert Baldyga
b65ff40bf0
Use "require_disk" mark
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-29 10:19:13 +01:00
Robert Baldyga
6bcc95d0cd
Remove redundant call of base_prepare()
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-29 08:53:18 +01:00
Robert Baldyga
d5c39c8108
Append test-framework path before first imports from framework
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-29 08:53:18 +01:00
Adam Rutkowski
ff207f9b2e
Make __block_dev_get_elevator_name return const string
...
Returning non-const char* doesn't have any benefits since
the only caller casts the output pointer to const char *.
This change fixes compilation on 5.3 kernel.
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
2019-10-28 16:33:38 -04:00
Robert Bałdyga
8014f91c5a
Merge pull request #164 from katlapinka/enable_logging_in_tests
...
Enable logging mechanism and example of logger usage in one test
2019-10-28 13:33:29 +01:00
Katarzyna Lapinska
35d52caf74
Enable logging mechanism and example of logger usage in one test
2019-10-28 13:19:00 +01:00
Adam Rutkowski
0e62561072
OCF update (vmalloc based mempools compatibility)
...
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
2019-10-23 16:04:27 -04:00
Adam Rutkowski
9b8fdde201
Relax allocations requirements
...
CAS does not need atomic alocations virtually anywhere. GFP_NOIO
should be sufficient in IO path. When allocation buffers during
module initialization use GFP_KERNEL.
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
2019-10-23 16:04:27 -04:00
Adam Rutkowski
f9f00df576
Use vmalloc instead of kmalloc in mem pools
...
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
2019-10-23 16:04:18 -04:00
Michał Mielewczyk
06b3e69c0f
Merge pull request #159 from robertbaldyga/update-readme-tests
...
Update Readme - installation and running tests
2019-10-21 15:02:39 +02:00
Michał Mielewczyk
5ec0063d39
Merge pull request #160 from robertbaldyga/tests-gitignore
...
Add .gitignore for functional tests
2019-10-21 14:27:22 +02:00
Robert Baldyga
4f1988cf87
Add .gitignore for functional tests
...
Ignore changes in plugins/ directory. This directory is for user plugins
which should not be added to Open CAS Linux repository.
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-21 13:02:08 +02:00
Robert Baldyga
6b35e04044
Update Readme - installation and running tests
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-21 12:48:31 +02:00
Robert Baldyga
97738ac916
Make local test execution the default
...
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2019-10-21 12:32:50 +02:00
Daniel Madej
5a7d2ed5c9
Merge pull request #152 from robertbaldyga/move-ocl-tests
...
Move OCL tests from test-framework repository
2019-10-21 10:56:28 +02:00
Adam Rutkowski
e91e58ef66
Revert "env: implement vmalloc with GFP flags"
...
This reverts commit c5165838e5
.
2019-10-18 19:18:31 -04:00
Michał Mielewczyk
1d25ace1cb
Merge pull request #154 from arutk/module_lock
...
Acquire module_lock before symbol lookup
2019-10-18 16:36:53 +02:00
Adam Rutkowski
f9b8c2d355
Acquire module_lock before symbol lookup
...
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
2019-10-18 17:24:21 -04:00
Michał Mielewczyk
bf89577602
Merge pull request #157 from arutk/remove_allocation_from_logger
...
Replace runtime allocation in logger with static percpu buffer
2019-10-18 16:34:49 +02:00
Adam Rutkowski
dc61d28247
Replace runtime allocation in logger with static percpu buffer
...
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
2019-10-18 17:44:13 -04:00