SharedDir returns the absolute path of the directory on the host that is shared with all services in docker.
()
| 55 | |
| 56 | // SharedDir returns the absolute path of the directory on the host that is shared with all services in docker. |
| 57 | func (s *Scenario) SharedDir() string { |
| 58 | return s.sharedDir |
| 59 | } |
| 60 | |
| 61 | // NetworkName returns the network name that scenario is responsible for. |
| 62 | func (s *Scenario) NetworkName() string { |
no outgoing calls