diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2016-02-23 08:12:30 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2016-02-23 08:12:30 +0100 |
commit | dbef1e0271da298a0cbdc951dda84b7f150bbad0 (patch) | |
tree | 0e10f8953f5b61193c8393dd05b257c0fd9a44a1 /pywrap | |
parent | a962c90543955bac98308c1b0d909048070d900a (diff) | |
download | pcitool-dbef1e0271da298a0cbdc951dda84b7f150bbad0.tar.gz pcitool-dbef1e0271da298a0cbdc951dda84b7f150bbad0.tar.bz2 pcitool-dbef1e0271da298a0cbdc951dda84b7f150bbad0.tar.xz pcitool-dbef1e0271da298a0cbdc951dda84b7f150bbad0.zip |
Stabilize merged code
Diffstat (limited to 'pywrap')
-rw-r--r-- | pywrap/test_pcipywrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywrap/test_pcipywrap.py b/pywrap/test_pcipywrap.py index 257b4a5..dea73ba 100644 --- a/pywrap/test_pcipywrap.py +++ b/pywrap/test_pcipywrap.py @@ -112,7 +112,7 @@ class test_pcipywrap(): pass if __name__ == '__main__': - lib = test_pcipywrap('/dev/fpga0','test_pywrap', num_threads = 150, + lib = test_pcipywrap('/dev/fpga0','test', num_threads = 150, write_percentage = 0.1, register = 'test_prop2',server_host = 'http://localhost', server_port = 12412, server_message_delay = 0) lib.testThreadSafeReadWrite() |