red-hat-storage / noobaa-sa-ci

CI for noobaa standalone product
MIT License
0 stars 4 forks source link

Noobaa SA ci framework and account operations #2

Closed vavuthu closed 9 months ago

vavuthu commented 10 months ago

Signed-off-by: vavuthu vavuthu@redhat.com

vavuthu commented 10 months ago

verified:

(venv311saci) (noobaa_sa_ci_framework_account_operations)$ noobaa-sa-ci tests/test_account_creation.py --conf noobaa-sa.yaml 
=========================================================================================== test session starts ============================================================================================
platform linux -- Python 3.11.2, pytest-7.4.3, pluggy-1.3.0
rootdir: /home/vijay/VJ/projects/noobaa-sa-ci
configfile: pytest.ini
collected 1 item                                                                                                                                                                                           

tests/test_account_creation.py::test_account_operations 
---------------------------------------------------------------------------------------------- live log call -----------------------------------------------------------------------------------------------
2023-12-01 17:12:05 - MainThread - common_ci_utils.command_runner - INFO - Executing command: openssl rand -hex 20
2023-12-01 17:12:05 - MainThread - common_ci_utils.command_runner - INFO - Executing command: openssl rand -hex 20
2023-12-01 17:12:05 - MainThread - common_ci_utils.connection - INFO - Executing cmd: echo $HOME on 10.x.xxx.xxx
2023-12-01 17:12:06 - MainThread - common_ci_utils.connection - INFO - Executing cmd: sudo mkdir /home/redhat/fs_account_29538abc on 10.x.xxx.xxx
2023-12-01 17:12:06 - MainThread - tests.test_account_creation - INFO - account content: {
    "name": "account_29538abc",
    "email": "noobaa_sa_qa@redhat.com",
    "has_login": "false",
    "has_s3_access": "true",
    "allow_bucket_creation": "true",
    "access_keys": [
        {
            "access_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
            "secret_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
        }
    ],
    "nsfs_account_config": {
        "uid": 0,
        "gid": 0,
        "new_buckets_path": "/home/redhat/fs_account_29538abc",
        "nsfs_only": "true"
    }
}
2023-12-01 17:12:07 - MainThread - paramiko.transport.sftp - INFO - [chan 2] Opened sftp connection (server version 3)
2023-12-01 17:12:07 - MainThread - common_ci_utils.connection - INFO - uploading /tmp/account_sor_vvnj to redhat@10.x.xxx.xxx:/tmp/account_sor_vvnj
2023-12-01 17:12:08 - MainThread - paramiko.transport.sftp - INFO - [chan 2] sftp session closed.
2023-12-01 17:12:08 - MainThread - noobaa_sa.account - INFO - config root path: ~/config_root
2023-12-01 17:12:08 - MainThread - noobaa_sa.account - INFO - account json path: /tmp/account_sor_vvnj
2023-12-01 17:12:08 - MainThread - noobaa_sa.account - INFO - Adding account for NSFS deployment
2023-12-01 17:12:08 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account add --config_root ~/config_root --from_file /tmp/account_sor_vvnj on 10.x.xxx.xxx
2023-12-01 17:12:10 - MainThread - noobaa_sa.account - INFO - Account created successfully
2023-12-01 17:12:10 - MainThread - noobaa_sa.account - INFO - Listing accounts for NSFS deployment
2023-12-01 17:12:10 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account list --config_root ~/config_root on 10.x.xxx.xxx
2023-12-01 17:12:12 - MainThread - noobaa_sa.account - INFO - 2023-12-01 06:42:11.595735 [PID-63758/TID-63758] FS::GPFS GPFS_DL_PATH=NULL, fs_napi will call default posix system calls
init_rand_seed: starting ...
read_rand_seed: opening /dev/random ...
Dec-1 6:42:11.699 [/63758]   [LOG] CONSOLE:: read_rand_seed: reading 32 bytes from /dev/random ...
Dec-1 6:42:11.702 [/63758]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root
Dec-1 6:42:11.702 [/63758]   [LOG] CONSOLE:: read_rand_seed: got 32 bytes from /dev/random, total 32 ...
Dec-1 6:42:11.702 [/63758]   [LOG] CONSOLE:: read_rand_seed: closing fd ...
Dec-1 6:42:11.704 [/63758]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/buckets
Dec-1 6:42:11.705 [/63758]   [LOG] CONSOLE:: init_rand_seed: seeding with 32 bytes
rand_seed: OpenSSL 3.0.10+quic 1 Aug 2023 seeding randomness
Dec-1 6:42:11.708 [/63758]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/accounts
Dec-1 6:42:11.708 [/63758]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/access_keys
Dec-1 6:42:11.712 [/63758]   [LOG] CONSOLE:: Account list: [ 'account_29538abc', 'account_4eed1932', 'account_7ddadc86', 'account_a5a94a55', 'account_cd5e9555' ]
Dec-1 6:42:12.599 [/63758]   [LOG] CONSOLE:: generate_entropy: entropy_avail 2640
Dec-1 6:42:12.599 [/63758]   [LOG] CONSOLE:: init_rand_seed: done
2023-12-01 17:12:12 - MainThread - noobaa_sa.account - INFO - Deleting account for NSFS deployment
2023-12-01 17:12:12 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account delete --config_root ~/config_root --from_file /tmp/account_sor_vvnj on 10.x.xxx.xxx
2023-12-01 17:12:14 - MainThread - noobaa_sa.account - INFO - Listing accounts for NSFS deployment
2023-12-01 17:12:14 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account list --config_root ~/config_root on 10.x.xxx.xxx
2023-12-01 17:12:16 - MainThread - noobaa_sa.account - INFO - 2023-12-01 06:42:15.364827 [PID-63822/TID-63822] FS::GPFS GPFS_DL_PATH=NULL, fs_napi will call default posix system calls
init_rand_seed: starting ...
read_rand_seed: opening /dev/random ...
Dec-1 6:42:15.468 [/63822]   [LOG] CONSOLE:: read_rand_seed: reading 32 bytes from /dev/random ...
Dec-1 6:42:15.468 [/63822]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root
Dec-1 6:42:15.470 [/63822]   [LOG] CONSOLE:: read_rand_seed: got 26 bytes from /dev/random, total 26 ...
Dec-1 6:42:15.470 [/63822]   [LOG] CONSOLE:: read_rand_seed: reading 6 bytes from /dev/random ...
Dec-1 6:42:15.471 [/63822]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/buckets
Dec-1 6:42:15.471 [/63822]   [LOG] CONSOLE:: read_rand_seed: got 6 bytes from /dev/random, total 32 ...
Dec-1 6:42:15.471 [/63822]   [LOG] CONSOLE:: read_rand_seed: closing fd ...
Dec-1 6:42:15.472 [/63822]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/accounts
Dec-1 6:42:15.472 [/63822]   [LOG] CONSOLE:: init_rand_seed: seeding with 32 bytes
rand_seed: OpenSSL 3.0.10+quic 1 Aug 2023 seeding randomness
Dec-1 6:42:15.472 [/63822]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/access_keys
Dec-1 6:42:15.480 [/63822]   [LOG] CONSOLE:: Account list: [ 'account_4eed1932', 'account_7ddadc86', 'account_a5a94a55', 'account_cd5e9555' ]
Dec-1 6:42:16.369 [/63822]   [LOG] CONSOLE:: generate_entropy: entropy_avail 2331
Dec-1 6:42:16.369 [/63822]   [LOG] CONSOLE:: init_rand_seed: done
PASSED

============================================================================================ 1 passed in 11.09s ============================================================================================
(venv311saci) (noobaa_sa_ci_framework_account_operations)$ 
vavuthu commented 10 months ago

reverified:

(venv311saci) (noobaa_sa_ci_framework_account_operations)$ noobaa-sa-ci tests/test_account_operations.py --conf noobaa-sa.yaml 
=========================================================================================== test session starts ============================================================================================
platform linux -- Python 3.11.2, pytest-7.4.3, pluggy-1.3.0
rootdir: /home/vijay/VJ/projects/noobaa-sa-ci
configfile: pytest.ini
collected 1 item                                                                                                                                                                                           

tests/test_account_operations.py::test_account_operations 
---------------------------------------------------------------------------------------------- live log call -----------------------------------------------------------------------------------------------
2023-12-06 13:14:16 - MainThread - common_ci_utils.command_runner - INFO - Executing command: openssl rand -hex 20
2023-12-06 13:14:16 - MainThread - common_ci_utils.command_runner - INFO - Executing command: openssl rand -hex 20
2023-12-06 13:14:16 - MainThread - common_ci_utils.connection - INFO - Executing cmd: echo $HOME on 10.xx.xxx.xxx
2023-12-06 13:14:17 - MainThread - common_ci_utils.connection - INFO - Executing cmd: sudo mkdir /home/redhat/fs_account_1fb14db8 on 10.xx.xxx.xxx
2023-12-06 13:14:19 - MainThread - tests.test_account_operations - INFO - account content: {
    "name": "account_1fb14db8",
    "email": "noobaa_sa_qa@redhat.com",
    "has_login": "false",
    "has_s3_access": "true",
    "allow_bucket_creation": "true",
    "access_keys": [
        {
            "access_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
            "secret_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
        }
    ],
    "nsfs_account_config": {
        "uid": 0,
        "gid": 0,
        "new_buckets_path": "/home/redhat/fs_account_1fb14db8",
        "nsfs_only": "true"
    }
}
2023-12-06 13:14:20 - MainThread - paramiko.transport.sftp - INFO - [chan 2] Opened sftp connection (server version 3)
2023-12-06 13:14:20 - MainThread - common_ci_utils.connection - INFO - uploading /tmp/account_hcqm9kq8 to redhat@10.xx.xxx.xxx:/tmp/account_hcqm9kq8
2023-12-06 13:14:21 - MainThread - paramiko.transport.sftp - INFO - [chan 2] sftp session closed.
2023-12-06 13:14:21 - MainThread - noobaa_sa.account - INFO - config root path: ~/config_root
2023-12-06 13:14:21 - MainThread - noobaa_sa.account - INFO - account json path: /tmp/account_hcqm9kq8
2023-12-06 13:14:21 - MainThread - noobaa_sa.account - INFO - Adding account for NSFS deployment
2023-12-06 13:14:21 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account add --config_root ~/config_root --from_file /tmp/account_hcqm9kq8 on 10.xx.xxx.xxx
2023-12-06 13:14:23 - MainThread - noobaa_sa.account - INFO - Account created successfully
2023-12-06 13:14:23 - MainThread - noobaa_sa.account - INFO - Listing accounts for NSFS deployment
2023-12-06 13:14:23 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account list --config_root ~/config_root on 10.xx.xxx.xxx
2023-12-06 13:14:25 - MainThread - noobaa_sa.account - INFO - 2023-12-06 02:44:24.404488 [PID-69336/TID-69336] FS::GPFS GPFS_DL_PATH=NULL, fs_napi will call default posix system calls
init_rand_seed: starting ...
read_rand_seed: opening /dev/random ...
Dec-6 2:44:24.502 [/69336]   [LOG] CONSOLE:: read_rand_seed: reading 32 bytes from /dev/random ...
Dec-6 2:44:24.502 [/69336]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root
Dec-6 2:44:24.504 [/69336]   [LOG] CONSOLE:: read_rand_seed: got 32 bytes from /dev/random, total 32 ...
Dec-6 2:44:24.504 [/69336]   [LOG] CONSOLE:: read_rand_seed: closing fd ...
Dec-6 2:44:24.505 [/69336]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/buckets
Dec-6 2:44:24.505 [/69336]   [LOG] CONSOLE:: init_rand_seed: seeding with 32 bytes
rand_seed: OpenSSL 3.0.10+quic 1 Aug 2023 seeding randomness
Dec-6 2:44:24.506 [/69336]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/accounts
Dec-6 2:44:24.506 [/69336]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/access_keys
Dec-6 2:44:24.512 [/69336]   [LOG] CONSOLE:: Account list: [ 'account_1fb14db8', 'account_4eed1932', 'account_7ddadc86', 'account_a5a94a55', 'account_cd5e9555' ]
Dec-6 2:44:25.407 [/69336]   [LOG] CONSOLE:: generate_entropy: entropy_avail 1764
Dec-6 2:44:25.408 [/69336]   [LOG] CONSOLE:: init_rand_seed: done
2023-12-06 13:14:25 - MainThread - noobaa_sa.account - INFO - Deleting account for NSFS deployment
2023-12-06 13:14:25 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account delete --config_root ~/config_root --from_file /tmp/account_hcqm9kq8 on 10.xx.xxx.xxx
2023-12-06 13:14:27 - MainThread - noobaa_sa.account - INFO - Listing accounts for NSFS deployment
2023-12-06 13:14:27 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account list --config_root ~/config_root on 10.xx.xxx.xxx
2023-12-06 13:14:29 - MainThread - noobaa_sa.account - INFO - 2023-12-06 02:44:28.813544 [PID-69400/TID-69400] FS::GPFS GPFS_DL_PATH=NULL, fs_napi will call default posix system calls
init_rand_seed: starting ...
read_rand_seed: opening /dev/random ...
Dec-6 2:44:28.908 [/69400]   [LOG] CONSOLE:: read_rand_seed: reading 32 bytes from /dev/random ...
Dec-6 2:44:28.908 [/69400]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root
Dec-6 2:44:28.910 [/69400]   [LOG] CONSOLE:: read_rand_seed: got 26 bytes from /dev/random, total 26 ...
Dec-6 2:44:28.910 [/69400]   [LOG] CONSOLE:: read_rand_seed: reading 6 bytes from /dev/random ...
Dec-6 2:44:28.910 [/69400]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/buckets
Dec-6 2:44:28.910 [/69400]   [LOG] CONSOLE:: read_rand_seed: got 6 bytes from /dev/random, total 32 ...
Dec-6 2:44:28.910 [/69400]   [LOG] CONSOLE:: read_rand_seed: closing fd ...
Dec-6 2:44:28.911 [/69400]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/accounts
Dec-6 2:44:28.911 [/69400]   [LOG] CONSOLE:: init_rand_seed: seeding with 32 bytes
rand_seed: OpenSSL 3.0.10+quic 1 Aug 2023 seeding randomness
Dec-6 2:44:28.915 [/69400]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/access_keys
Dec-6 2:44:28.918 [/69400]   [LOG] CONSOLE:: Account list: [ 'account_4eed1932', 'account_7ddadc86', 'account_a5a94a55', 'account_cd5e9555' ]
Dec-6 2:44:29.816 [/69400]   [LOG] CONSOLE:: generate_entropy: entropy_avail 1202
Dec-6 2:44:29.816 [/69400]   [LOG] CONSOLE:: init_rand_seed: done
PASSED

============================================================================================ 1 passed in 13.24s ============================================================================================
vavuthu commented 9 months ago

verified:

(venv311saci) (noobaa_sa_ci_framework_account_operations)$ pytest --collect-only
=========================================================================================== test session starts ============================================================================================
platform linux -- Python 3.11.2, pytest-7.4.3, pluggy-1.3.0
rootdir: /home/vijay/VJ/projects/noobaa-sa-ci
configfile: pytest.ini
collected 3 items                                                                                                                                                                                          

<Package tests>
  <Module test_account_operations.py>
    <Function test_account_operations>
<Module tests/db/test_deployment_db.py>
  <Function test_deployment_db>
<Module tests/nsfs/test_deployment_nsfs.py>
  <Function test_deployment_nsfs>

======================================================================================== 3 tests collected in 0.05s ========================================================================================
(venv311saci) (noobaa_sa_ci_framework_account_operations)$ noobaa-sa-ci tests/test_account_operations.py --conf noobaa-sa.yaml 
=========================================================================================== test session starts ============================================================================================
platform linux -- Python 3.11.2, pytest-7.4.3, pluggy-1.3.0
rootdir: /home/vijay/VJ/projects/noobaa-sa-ci
configfile: pytest.ini
collected 1 item                                                                                                                                                                                           

tests/test_account_operations.py::test_account_operations 
---------------------------------------------------------------------------------------------- live log setup ----------------------------------------------------------------------------------------------
2023-12-20 11:19:26 - Thread-1 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_8.0)
2023-12-20 11:19:27 - Thread-1 - paramiko.transport - INFO - Authentication (publickey) successful!
---------------------------------------------------------------------------------------------- live log call -----------------------------------------------------------------------------------------------
2023-12-20 11:19:28 - Thread-3 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_8.0)
2023-12-20 11:19:29 - Thread-3 - paramiko.transport - INFO - Authentication (publickey) successful!
2023-12-20 11:19:29 - MainThread - common_ci_utils.command_runner - INFO - Executing command: openssl rand -hex 20
2023-12-20 11:19:29 - MainThread - common_ci_utils.command_runner - INFO - Executing command: openssl rand -hex 20
2023-12-20 11:19:29 - MainThread - common_ci_utils.connection - INFO - Executing cmd: echo $HOME on 10.xx.xxx.xxx
2023-12-20 11:19:30 - MainThread - common_ci_utils.connection - INFO - Executing cmd: sudo mkdir /home/redhat/fs_account_5e6ff9d0 on 10.xx.xxx.xxx
2023-12-20 11:19:31 - MainThread - tests.test_account_operations - INFO - account content: {
    "name": "account_5e6ff9d0",
    "email": "noobaa_sa_qa@redhat.com",
    "has_login": "false",
    "has_s3_access": "true",
    "allow_bucket_creation": "true",
    "access_keys": [
        {
            "access_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
            "secret_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
        }
    ],
    "nsfs_account_config": {
        "uid": 0,
        "gid": 0,
        "new_buckets_path": "/home/redhat/fs_account_5e6ff9d0",
        "nsfs_only": "true"
    }
}
2023-12-20 11:19:32 - MainThread - paramiko.transport.sftp - INFO - [chan 2] Opened sftp connection (server version 3)
2023-12-20 11:19:32 - MainThread - common_ci_utils.connection - INFO - uploading /tmp/account_btow_945 to redhat@10.xx.xxx.xxx:/tmp/account_btow_945
2023-12-20 11:19:33 - MainThread - paramiko.transport.sftp - INFO - [chan 2] sftp session closed.
2023-12-20 11:19:33 - MainThread - noobaa_sa.account - INFO - config root path: ~/config_root
2023-12-20 11:19:33 - MainThread - noobaa_sa.account - INFO - account json path: /tmp/account_btow_945
2023-12-20 11:19:33 - MainThread - noobaa_sa.account - INFO - Adding account for NSFS deployment
2023-12-20 11:19:33 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account add --config_root ~/config_root --from_file /tmp/account_btow_945 on 10.xx.xxx.xxx
2023-12-20 11:19:35 - MainThread - noobaa_sa.account - INFO - Account created successfully
2023-12-20 11:19:35 - MainThread - noobaa_sa.account - INFO - Listing accounts for NSFS deployment
2023-12-20 11:19:35 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account list --config_root ~/config_root on 10.xx.xxx.xxx
2023-12-20 11:19:37 - MainThread - noobaa_sa.account - INFO - 2023-12-20 00:49:36.242136 [PID-83845/TID-83845] FS::GPFS GPFS_DL_PATH=NULL, fs_napi will call default posix system calls
init_rand_seed: starting ...
read_rand_seed: opening /dev/random ...
Dec-20 0:49:36.337 [/83845]   [LOG] CONSOLE:: read_rand_seed: reading 32 bytes from /dev/random ...
Dec-20 0:49:36.337 [/83845]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root
Dec-20 0:49:36.339 [/83845]   [LOG] CONSOLE:: read_rand_seed: got 32 bytes from /dev/random, total 32 ...
Dec-20 0:49:36.339 [/83845]   [LOG] CONSOLE:: read_rand_seed: closing fd ...
Dec-20 0:49:36.339 [/83845]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/buckets
Dec-20 0:49:36.340 [/83845]   [LOG] CONSOLE:: init_rand_seed: seeding with 32 bytes
rand_seed: OpenSSL 3.0.10+quic 1 Aug 2023 seeding randomness
Dec-20 0:49:36.340 [/83845]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/accounts
Dec-20 0:49:36.342 [/83845]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/access_keys
Dec-20 0:49:36.348 [/83845]   [LOG] CONSOLE:: Account list: [ 'account_4eed1932', 'account_5e6ff9d0', 'account_7ddadc86', 'account_a5a94a55', 'account_cd5e9555' ]
Dec-20 0:49:37.245 [/83845]   [LOG] CONSOLE:: generate_entropy: entropy_avail 3110
Dec-20 0:49:37.245 [/83845]   [LOG] CONSOLE:: init_rand_seed: done
2023-12-20 11:19:37 - MainThread - noobaa_sa.account - INFO - Deleting account for NSFS deployment
2023-12-20 11:19:37 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account delete --config_root ~/config_root --from_file /tmp/account_btow_945 on 10.xx.xxx.xxx
2023-12-20 11:19:39 - MainThread - noobaa_sa.account - INFO - Listing accounts for NSFS deployment
2023-12-20 11:19:39 - MainThread - common_ci_utils.connection - INFO - Executing cmd: node /usr/local/noobaa-core/src/cmd/manage_nsfs account list --config_root ~/config_root on 10.xx.xxx.xxx
2023-12-20 11:19:41 - MainThread - noobaa_sa.account - INFO - 2023-12-20 00:49:40.020960 [PID-83909/TID-83909] FS::GPFS GPFS_DL_PATH=NULL, fs_napi will call default posix system calls
init_rand_seed: starting ...
read_rand_seed: opening /dev/random ...
Dec-20 0:49:40.114 [/83909]   [LOG] CONSOLE:: read_rand_seed: reading 32 bytes from /dev/random ...
Dec-20 0:49:40.114 [/83909]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root
Dec-20 0:49:40.116 [/83909]   [LOG] CONSOLE:: read_rand_seed: got 26 bytes from /dev/random, total 26 ...
Dec-20 0:49:40.116 [/83909]   [LOG] CONSOLE:: read_rand_seed: reading 6 bytes from /dev/random ...
Dec-20 0:49:40.116 [/83909]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/buckets
Dec-20 0:49:40.117 [/83909]   [LOG] CONSOLE:: read_rand_seed: got 6 bytes from /dev/random, total 32 ...
Dec-20 0:49:40.117 [/83909]   [LOG] CONSOLE:: read_rand_seed: closing fd ...
Dec-20 0:49:40.117 [/83909]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/accounts
Dec-20 0:49:40.119 [/83909]   [LOG] CONSOLE:: init_rand_seed: seeding with 32 bytes
rand_seed: OpenSSL 3.0.10+quic 1 Aug 2023 seeding randomness
Dec-20 0:49:40.119 [/83909]   [LOG] CONSOLE:: NSFS config root dir exists: /home/redhat/config_root/access_keys
Dec-20 0:49:40.125 [/83909]   [LOG] CONSOLE:: Account list: [ 'account_4eed1932', 'account_7ddadc86', 'account_a5a94a55', 'account_cd5e9555' ]
Dec-20 0:49:41.024 [/83909]   [LOG] CONSOLE:: generate_entropy: entropy_avail 2795
Dec-20 0:49:41.024 [/83909]   [LOG] CONSOLE:: init_rand_seed: done
PASSED

============================================================================================ 1 passed in 15.52s ============================================================================================
(venv311saci) (noobaa_sa_ci_framework_account_operations)$