Changeset c43c84b in trunk
- Timestamp:
- 2020-10-05T00:02:46Z (4 years ago)
- Branches:
- master
- Children:
- 84c9da4e
- Parents:
- 370d4b0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified integration/test_grid_manager.py ¶
r370d4b0f rc43c84b 141 141 stdin=gm_config, 142 142 ) 143 with open(join(storage0.process.node_dir, "gridmanager.cert"), "w") as f:144 f.write(cert)145 143 146 144 yield util.run_tahoe( … … 148 146 "admin", "add-grid-manager-cert", 149 147 "--name", "default", 150 "--filename", join(storage0.process.node_dir, "gridmanager.cert"), 148 "--filename", "-", 149 stdin=cert, 151 150 ) 152 151
Note: See TracChangeset
for help on using the changeset viewer.