Update ODL user home dir per new RPM
[integration/packaging/puppet-opendaylight.git] / spec / acceptance / class_spec.rb
index 3e0fa3adb142678b0980e4eff0a0c08e510149d7..12c902f9e3b9a72aadb666e86e3f50436891252f 100644 (file)
@@ -56,11 +56,7 @@ describe 'opendaylight class' do
     describe user('odl') do
       it { should exist }
       it { should belong_to_group 'odl' }
-      # This dir will not be created because of -M switch in ODL's RPM.
-      #   Should really be called a `login_dir` by serverspec, as it's
-      #   checking `getent passwd odl` for a login dir vs looking at
-      #   `/home/` to see if `odl/` exists.
-      it { should have_home_directory '/home/odl' }
+      it { should have_home_directory '/opt/opendaylight-0.2.1' }
     end
 
     describe file('/home/odl') do