How to use create_working_dir method of InspecPlugins.Habitat Package

Best Inspec_ruby code snippet using InspecPlugins.Habitat.create_working_dir

profile.rb

Source:profile.rb Github

copy

Full Screen

...15 end16 def create17 logger.info("Creating a Habitat artifact for '#{@path}'...")18 # Need to create working directory first so `ensure` doesn't error19 working_dir = create_working_dir20 habitat_config = read_habitat_config21 verify_habitat_setup(habitat_config)22 output_dir = @options[:output_dir] || Dir.pwd23 unless File.directory?(output_dir)24 exit_with_error("Output directory #{output_dir} is not a directory " \25 'or does not exist.')26 end27 duplicated_profile = duplicate_profile(@path, working_dir)28 prepare_profile!(duplicated_profile)29 hart_file = build_hart(working_dir, habitat_config)30 logger.debug("Copying artifact to #{output_dir}...")31 destination = File.join(output_dir, File.basename(hart_file))32 FileUtils.cp(hart_file, destination)33 logger.info("Habitat artifact '#{@destination}' created.")34 destination35 rescue => e36 logger.debug(e.backtrace.join("\n"))37 exit_with_error('Unable to create Habitat artifact.')38 ensure39 if Dir.exist?(working_dir)40 logger.debug("Deleting working directory #{working_dir}")41 FileUtils.rm_rf(working_dir)42 end43 end44 def setup(profile = profile_from_path(@path))45 path = profile.root_path46 logger.debug("Setting up #{path} for Habitat...")47 plan_file = File.join(path, 'habitat', 'plan.sh')48 logger.info("Generating Habitat plan at #{plan_file}...")49 vars = {50 profile: profile,51 habitat_origin: read_habitat_config['origin'],52 }53 create_file_from_template(plan_file, 'plan.sh.erb', vars)54 run_hook_file = File.join(path, 'habitat', 'hooks', 'run')55 logger.info("Generating a Habitat run hook at #{run_hook_file}...")56 create_file_from_template(run_hook_file, 'hooks/run.erb')57 default_toml = File.join(path, 'habitat', 'default.toml')58 logger.info("Generating a Habitat default.toml at #{default_toml}...")59 create_file_from_template(default_toml, 'default.toml.erb')60 config = File.join(path, 'habitat', 'config', 'inspec_exec_config.json')61 logger.info("Generating #{config} for `inspec exec`...")62 create_file_from_template(config, 'config/inspec_exec_config.json.erb')63 end64 def upload65 habitat_config = read_habitat_config66 if habitat_config['auth_token'].nil?67 exit_with_error(68 'Unable to determine Habitat auth token for uploading.',69 'Run `hab setup` or set the HAB_AUTH_TOKEN environment variable.',70 )71 end72 # Run create command to create habitat artifact73 hart = create74 logger.info("Uploading Habitat artifact #{hart}...")75 upload_hart(hart, habitat_config)76 logger.info("Habitat artifact #{hart} uploaded.")77 rescue => e78 logger.debug(e.backtrace.join("\n"))79 exit_with_error('Unable to upload Habitat artifact.')80 end81 private82 def create_working_dir83 working_dir = Dir.mktmpdir84 logger.debug("Generated working directory #{working_dir}")85 working_dir86 end87 def duplicate_profile(path, working_dir)88 profile = profile_from_path(path)89 copy_profile_to_working_dir(profile, working_dir)90 profile_from_path(working_dir)91 end92 def prepare_profile!(profile)93 vendored_profile = vendor_profile_dependencies!(profile)94 verify_profile(vendored_profile)95 setup(vendored_profile)96 end...

Full Screen

Full Screen

profile_test.rb

Source:profile_test.rb Github

copy

Full Screen

...86 assert_raises(SystemExit) { @hab_profile.upload }87 # TODO: Figure out how to capture and validate `Inspec::Log.error`88 end89 end90 def test_create_working_dir91 Dir.stub :mktmpdir, "/tmp/fakedir" do92 assert_equal "/tmp/fakedir", @hab_profile.send(:create_working_dir)93 end94 end95 def test_duplicate_profile96 current_profile = @test_profile97 duplicated_profile = @hab_profile.send(:duplicate_profile,98 @test_profile_path,99 @tmpdir)100 assert duplicated_profile.is_a?(Inspec::Profile)101 assert duplicated_profile.sha256 == current_profile.sha256.to_s102 refute_same duplicated_profile.root_path, current_profile.root_path103 end104 def test_profile_from_path105 profile = @hab_profile.send(:profile_from_path, @test_profile_path)106 assert profile.is_a?(Inspec::Profile)...

Full Screen

Full Screen

create_working_dir

Using AI Code Generation

copy

Full Screen

1/home/inspec/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/inspec-habitat-0.1.0/lib/inspec-habitat/plugin.rb:5:in `<module:InspecPlugins>': uninitialized constant InspecPlugins::Habitat (NameError)2 from /home/inspec/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/inspec-habitat-0.1.0/lib/inspec-habitat/plugin.rb:4:in `<top (required)>'3 from /home/inspec/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/bundler-1.16.1/lib/bundler/runtime.rb:81:in `block (2 levels) in require'

Full Screen

Full Screen

create_working_dir

Using AI Code Generation

copy

Full Screen

1habitat.create_working_dir('/tmp/test_dir')2File.directory?('/tmp/test_dir')3FileUtils.rm_rf('/tmp/test_dir')4File.directory?('/tmp/test_dir')5habitat.create_working_dir('/tmp/test_dir')6File.directory?('/tmp/test_dir')7FileUtils.rm_rf('/tmp/test_dir')8File.directory?('/tmp/test_dir')9habitat.create_working_dir('/tmp/test_dir')10File.directory?('/tmp/test_dir')11FileUtils.rm_rf('/tmp/test_dir')12File.directory?('/tmp/test_dir')

Full Screen

Full Screen

create_working_dir

Using AI Code Generation

copy

Full Screen

1InspecPlugins::Habitat.create_working_dir()2InspecPlugins::Habitat.create_working_dir('habitat_profile')3InspecPlugins::Habitat.create_working_dir('habitat_profile', 'habitat_profile')4InspecPlugins::Habitat.create_working_dir('habitat_profile', 'habitat_profile', 'habitat_profile')

Full Screen

Full Screen

create_working_dir

Using AI Code Generation

copy

Full Screen

1habitat_pkg_origin = habitat_pkg.split('/')[0]2habitat_pkg_name = habitat_pkg.split('/')[1]3habitat_pkg_version = habitat_pkg.split('/')[2]4habitat_pkg_release = habitat_pkg.split('/')[3]5habitat_pkg_artifact_path = File.join(working_dir, habitat_pkg_artifact)6Net::HTTP.start('bldr.habitat.sh') do |http|7 open(habitat_pkg_artifact_path, 'wb') do |file|8 file.write(resp.body)

Full Screen

Full Screen

create_working_dir

Using AI Code Generation

copy

Full Screen

1 it { should exist }2 describe file(inspec.habitat.create_working_dir + '/plan.sh') do3 it { should exist }4 its('content') { should match (/pkg_name=inspec/) }

Full Screen

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful