Check if files exist
This commit is contained in:
parent
aef6129bf3
commit
f6532efa74
1 changed files with 4 additions and 0 deletions
|
|
@ -83,12 +83,16 @@ test-e2e:
|
|||
- pip3 install -r requirements.txt
|
||||
- docker ps -a
|
||||
- docker stop $(docker ps -a -q)
|
||||
- docker rm $(docker ps -aq)
|
||||
- python3 main.py --stop
|
||||
- docker ps -a
|
||||
- python3 main.py --start btc hive
|
||||
- docker ps -a
|
||||
- python3 -m pytest test_btc_init_state.py test_hive_inital_state.py
|
||||
- docker pull registry.gitlab.com/pbsa/peerplays/mainnet/feature-python-e2e-tests:943e02cdcd9fb8a90137851635b998cf1b4f622c
|
||||
- ls -la /peerplays-utils/peerplays-qa-environment/peerplays/config.ini
|
||||
- ls -la /peerplays-utils/peerplays-qa-environment/peerplays/genesis.json
|
||||
- ls -la /peerplays-utils/peerplays-qa-environment/peerplays/init_network.sh
|
||||
- PP_CONTAINER_ID=$(docker run -d -v /peerplays-utils/peerplays-qa-environment/peerplays/config.ini:/home/peerplays/peerplays-network/witness_node_data_dir/config.ini -v /peerplays-utils/peerplays-qa-environment/peerplays/genesis.json:/home/peerplays/peerplays-network/genensis.json -v /peerplays-utils/peerplays-qa-environment/peerplays/init_network.sh:/home/peerplays/peerplays-network/init_network.sh registry.gitlab.com/pbsa/peerplays/mainnet/feature-python-e2e-tests:943e02cdcd9fb8a90137851635b998cf1b4f622c)
|
||||
- echo Milo
|
||||
- echo $PP_CONTAINER_ID
|
||||
|
|
|
|||
Loading…
Reference in a new issue