#!/bin/bash # Entry file for running plain Docker containers. # Runs the tests saves output in shared folder. # Note that the output file is collected by script run_docker_tests.sh #------------------------------------------------------------------------------ # Version ID Block. Relies on +k filetype modifier. # VersionID='$Id: //p4-sdp/dev_c2s/test/docker/files/docker_entry.sh#2 $ $Change: 31472 $' su -l perforce -c /p4/test_sdp.sh > /sdp/test/output/test-${TESTOS}.out 2>&1
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 31472 | C. Thomas Tyler |
Updated bash scripts and bash template to new file versioning scheme. Modernized template bash script. |
||
#1 | 31399 | C. Thomas Tyler | Populate -r -S //p4-sdp/dev_c2s. | ||
//p4-sdp/dev/test/docker/files/docker_entry.sh | |||||
#1 | 31397 | C. Thomas Tyler | Populate -b SDP_Classic_to_Streams -s //guest/perforce_software/sdp/...@31368. | ||
//guest/perforce_software/sdp/dev/test/docker/files/docker_entry.sh | |||||
#3 | 27083 | C. Thomas Tyler | p4 undo //...@27080,@27080 | ||
#2 | 27080 | C. Thomas Tyler |
Fixed Docker test suite bootstrapping issue with missing output directory. |
||
#1 | 25258 | Robert Cowham |
Rework the containers in preparation for multi container testing mkrep changes: Remove -c cfg option which was unused anyway Converted tabs to spaces Fixed logic error causing forwarding replicas to bail due to unsupported p4d version Standby servers require ReplicatingFrom field Add seconds to log file name (useful for testing to avoid overwriting files) |