Skip to content
Snippets Groups Projects
Select Git revision
  • workshop-poc default protected
  • streamchain-paper
  • fabric-release-1.4
3 results

.gitignore

Blame
    • ratnakar's avatar
      9937c361
      [FAB-3604] e2e_cli sample improvements · 9937c361
      ratnakar authored
      
      Covers the following :
      1. Use cryptogen tool to generate org certificates for each run.
      
      2. Make a generic docker-compose base file
         a. A docker-compose-cli.yaml extends the base and includes a cli
            container to run e2e test
         b. A docker-compose-e2e.yaml extends the base and includes
            fabric-ca container.(can be used for SDK or other tests)
      
      3. A timer flag in docker-compose CLI container to stop killing CLI
         container
      
      NOTE: A docker-compose-e2e-template.yaml also included. This is required
            to generate docker-compose-e2e.yaml, as we need to replace the
            private key dyamically.
      
      USAGE:
      	./network_setup.sh <up|down|restart> [channel] [CLI timeout in sec]
      
      Ex:
      	./network_setup.sh up mychannel 10
      	This starts CLI with channelname mychannel, CLI timeout set to 10s
      
      	./network_setup.sh down
      	Shutdown the network and clear all the artifacts.
      
      	./network_setup.sh restart xyz 10
      	restarts the network.
      
      Change-Id: I9bc80c0ad0e4dc259383038e7f69e3239a9409f3
      Signed-off-by: default avatarratnakar <asara.ratnakar@gmail.com>
      9937c361
      History
      [FAB-3604] e2e_cli sample improvements
      ratnakar authored
      
      Covers the following :
      1. Use cryptogen tool to generate org certificates for each run.
      
      2. Make a generic docker-compose base file
         a. A docker-compose-cli.yaml extends the base and includes a cli
            container to run e2e test
         b. A docker-compose-e2e.yaml extends the base and includes
            fabric-ca container.(can be used for SDK or other tests)
      
      3. A timer flag in docker-compose CLI container to stop killing CLI
         container
      
      NOTE: A docker-compose-e2e-template.yaml also included. This is required
            to generate docker-compose-e2e.yaml, as we need to replace the
            private key dyamically.
      
      USAGE:
      	./network_setup.sh <up|down|restart> [channel] [CLI timeout in sec]
      
      Ex:
      	./network_setup.sh up mychannel 10
      	This starts CLI with channelname mychannel, CLI timeout set to 10s
      
      	./network_setup.sh down
      	Shutdown the network and clear all the artifacts.
      
      	./network_setup.sh restart xyz 10
      	restarts the network.
      
      Change-Id: I9bc80c0ad0e4dc259383038e7f69e3239a9409f3
      Signed-off-by: default avatarratnakar <asara.ratnakar@gmail.com>